Components

MapItems

Used for displaying list of items with customizable rendering and layout.

Logo

emptyListComponent

To display component when data is empty use the emptyListComponent props

Notting is here!

API Reference

data

Type:

T[]

An array of data items to be rendered.

Default:

renderItem

Type:

function

Function to render each item in the list.

Default:

emptyListComponent

Type:

ReactNode

Optional component displayed when the data array is empty.

Default:

className

Type:

string

Optional CSS class for the container.

Default:

direction

Type:

"row" | "column"

Layout direction (row or column) for the container.

Default:

row

This component also accepts all Box props since the data is wrapped with it.