ISectionProps
Interface for section-specific properties, including accessibility and layout options.
Extends
Properties
Property | Type | Notes |
---|---|---|
Optional | Breakpoint | "fluid" |
Responsive full width for the section. Section will be 100% wide above this breakpoint. |
Optional | boolean |
Remove horizontal gutters (column padding) from the section. |
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:264