<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. union 'ul'
items List of items. Array

Slots

Name Description Bindings
(name - type - description)
item.slotName Custom item to render. item ListItem - Item data.