children * | React.ReactNode | Content to be rendered inside the scrollable container. |
childrenAreChips | boolean | Set this flag to true if the contents are Chips. |
customAttributes | CustomAttribute[] | An array of custom attributes that can be used for testing purposes. |
elevation | "undefined" |
"1" |
"2" | The elevation of the scrollable container. |
id * | string | Unique id for the scrollable container. |
itemsPerPage | "1" |
"2" |
"3" |
"4" | The number of items to show per page. |
lang | "en" |
"sv" | Language used for internal translations. |
listLabel * | string | The label to describe the list inside the scrollable container. Important for accessibility. |
negativeMargins | boolean | An optional prop that enables or disables negative margins. When set to true, negative margins are enabled (default behavior).
Useful if you want a "full bleed" layout. |