IRowProps
Interface for row-specific properties, including accessibility and layout options.
Extends
Properties
| Property | Type | Notes |
|---|---|---|
| Optional | ResponsiveValue<"around" | "between" | "center" | "end" | "start" | "stretch"> |
How to align columns vertically (cross axis). |
| Optional Inherited | string |
Optional ARIA label for accessibility. |
| Optional Inherited | AriaRole |
Optional ARIA role for accessibility. |
Interface defined in packages/common/src/layouts/layout-shared-types.ts:309