IRowProps

Interface

Interface for row-specific properties, including accessibility and layout options.

Extends

Properties

Property Type Notes
alignItems Optional ResponsiveValue<"around" | "between" | "center" | "end" | "start" | "stretch">

How to align columns vertically (cross axis).

ariaLabel Optional Inherited string

Optional ARIA label for accessibility.

role Optional Inherited AriaRole

Optional ARIA role for accessibility.


Interface defined in packages/common/src/layouts/layout-shared-types.ts:278