Docs
Components
Dark
Light
System
Used for displaying list of items with customizable rendering and layout.
To display component when data is empty use the emptyListComponent props
emptyListComponent
Notting is here!
data
Type:
T[]
An array of data items to be rendered.
Default:
renderItem
function
Function to render each item in the list.
ReactNode
Optional component displayed when the data array is empty.
className
string
Optional CSS class for the container.
direction
"row" | "column"
Layout direction (row or column) for the container.
This component also accepts all Box props since the data is wrapped with it.