Skip to main content

Card List

Renders a section of card containing a list of items with the option of having or not having a separator and a vertical scrolling bar

Storybook Docs

Props

NameTypeDefaultDescription
children *ReactNode[]-Table of items to be displayed in the component's list.
separatorbooleantrueEnable or disable the display of the separator between items.
gapMantineSpacing"xl"Space between items.
stackPropsstackProps-Allows access to the props of the sub-component Stack.
...-Extends ScrollArea props from Mantine