Subcomponents

Item

Props
Type
Required

children

ConatinerList.Content | ContainerList.Actions

background

default | contrast | primary | success | warning | danger

value

string

background

Controls the background color of the item

value

Works as an identifier for the component inner logic

Content

This is a mandatory subcomponent to include into <ContainerList.Item>

Props
Type
Required

children

ReactNode

Actions

This is an optional subcomponent to include into <ContainerList.Item>

Props
Type
Required

children

ReactNode

Last updated