Row
Panel grouping component.
Rows create collapsible sections in the dashboard.
<Row title="CPU Metrics"> <Stat title="CPU %" /> <Timeseries title="CPU Over Time" /></Row>| Prop | Type | Default | Description |
|---|---|---|---|
title * | string | required | Row title |
collapsed | boolean | - | Whether the row is collapsed by default |
paddingLeft | number | - | Padding on left side of row (grid units, 0-23) |
paddingRight | number | - | Padding on right side of row (grid units, 0-23) |
padding | number | - | Shorthand for equal padding on both sides |
children | ReactNode | - | Row children (panels) |
Props marked with * are required.