<1 min read
ItemsList
ItemsList
It renders a list of ListItem providing a slot for each slotName which depends on the
modelNameof the item.
Props
| Name | Description | Type | Default |
|---|---|---|---|
animation | Animation component that will be used to animate the list. | AnimationProp | 'ul' |
items | List of items. | ListItem[] | |
itemClass | Item's classes. | string | |
Slots
| Name | Description | Bindings (name - type - description) |
|---|---|---|
item.slotName | Custom item to render. | item ListItem - Item data. |