atomic-layout-section

This is for:

Developer
In this article

The atomic-layout-section lets you identify various sections for the related atomic-layout component.

Properties

Property Attribute Description Type Default

maxWidth

max-width

For column sections, the maximum horizontal space it should take. E.g. '300px'

string | undefined

minWidth

min-width

For column sections, the minimum horizontal space it should take. E.g. '300px'

string | undefined

section (required)

section

The name of the layout section.

"facets" | "horizontal-facets" | "main" | "pagination" | "results" | "search" | "status"