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

<cla-user-list title="User list title" plusnumber="8" class="card-body pt-0">
content goes in here
</cla-user-list>

Properties

Property Attribute Description Type Default
href href the link for the + number button, this can be configured to take you to a list of users string undefined
plusnumber plusnumber the number of additional users not displayed in the list number undefined
styleclass styleclass Allows styling to be applied to the user-list string undefined
title title The text title of the user list (this displays at the top) string undefined

Slots

Slot Description
Allows you to add cla-user-list-items.

Built with StencilJS