Skip to main content

Card list

Since 1.6.0

Development

Examples

PreviewAngularReactVueJavaScript

API

Properties

Name
Description and specifications
collapse
Collapse the list
Attribute:
collapse
Type:
boolean
Default:
false
hideShowAll
Since 2.2.0
Hide the show all button
Attribute:
hide-show-all
Type:
boolean
Default:
false
i18nMoreCards
i18n More cards available
Attribute:
i-1-8n-more-cards
Type:
string
Default:
'There are more cards available'
i18nShowAll
i18n Show all button
Attribute:
i-1-8n-show-all
Type:
string
Default:
'Show all'
label
Name the card list
Attribute:
label
Type:
string | undefined
listStyle
List style
Attribute:
list-style
Type:
"scroll" | "stack"
Default:
'stack'
showAllCount
Overwrite the default show all count.
Attribute:
show-all-count
Type:
number | undefined
suppressOverflowHandling
Suppress the overflow handling of child elements
Attribute:
suppress-overflow-handling
Type:
boolean
Default:
false

Events

Name
Description and specifications
collapseChanged
Fire event when the collapse state is changed by the user
Detail:
boolean
showAllClick
Fire event when the collapse state is changed by the user
Detail:
{ nativeEvent: MouseEvent; }
showMoreCardClick
Fire event when the show more card is clicked.
Detail:
{ nativeEvent: MouseEvent; }