The tag count component generates a tag icon that displays a number, which represents a count value.
Examples
Disabled tag count
When no value is provided to a tag count component, it will be styled as disabled.
Props
TagCount
Name | Type | Default | Description |
---|---|---|---|
className | string | Additional classes added to the tag count component | |
count | number | Count to display in tag count component | |
iconSize | 'sm' | 'md' | 'lg' | 'xl' | 'md' | Icon size |
ouiaId | string | number | 'TagCount' | Custom OUIA ID |