<cla-user-list>
User list wrapper - adds a user list wrapper which allows for user list icons to be added inside, you can set the number of extra users if applicable as well as set a title and additional styling classes based on Bootstrap.
Usage
Properties
Property | Required | Description | Type | Default |
---|---|---|---|---|
href | false | the link for the + number button, this can be configured to take you to a list of users | string | null |
plusnumber | false | the number of additional users not displayed in the list | number | null |
styleclass | false | Allows styling to be applied to the user-list | string | null |
title | false | The text title of the user list (this displays at the top) | string | null |
Slots
Slot | Description |
---|---|
any | Allows you to add cla-user-list-items. |