IColumnProps
Interface for column-specific properties, including accessibility and layout options.
Extends
Properties
Property | Type | Notes |
---|---|---|
Optional | ResponsiveValue<"auto" | "baseline" | "center" | "end" | "start" | "stretch"> | |
Optional | ResponsiveValue<"auto" | "baseline" | "center" | "end" | "start" | "stretch"> |
Responsive self-alignment for the column. |
Optional | ResponsiveValue<"around" | "between" | "center" | "end" | "evenly" | "start"> |
Controls horizontal alignment of children within the column. Accepts standard CSS 'justify-content' values, or responsive values. Example: 'flex-start', 'center', 'flex-end', 'space-between', etc. |
Optional | ResponsiveValue< | | | | | | | | | | | | > |
Responsive offset (left margin) for the column. |
Optional | boolean | |
Optional | ResponsiveValue<ColumnWidth> |
Responsive width for the column (1-12). |
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:289