List group

The web-list component is used to display a list of information. It can contain a content and trigger events. Lists present content in a way that makes it easy to identify a specific item.

Your first list-group component

<web-list-group :items="items" @select="selectedItem">
</web-list-group>

Last updated