ISectionProps

Interface

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

Extends

Properties

Property Type Notes
fullWidthAt Optional Breakpoint | "fluid"

Responsive full width for the section. Section will be 100% wide above this breakpoint.

noGutters Optional boolean

Remove horizontal gutters (column padding) from the section.

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:264