Row
A row is a layout container that can hold multiple components. Rows are the fundamental building blocks of dashboard layout, allowing you to organize components horizontally or vertically.
Best for: Creating logical sections, organizing related components, controlling layout direction
Parameters:
| Parameter | Type | Description |
|---|---|---|
id |
optional (string) | Unique identifier for the row |
class |
optional (string) | CSS class for styling |
direction |
optional (string) | Layout direction - "vertical" or "horizontal" (default: "vertical") |
height |
optional (string) | Height value in CSS format (e.g., '100px', '50vh', 'auto') |
items |
required (array) | Array of components to display in the row |
Example:
