Badge
Documentation and examples for badges, our small count and labeling component.
To use the custom badges, import the Badge component
import {Badge} from 'src/components'
Global usage
Vue.component(Badge.name, Badge)
For local usage
export default {
components: {
[Badge.name]: Badge
}
}
Badge inside button
Badges can be used as part of links or buttons to provide a counter.
Contextual variations
Add any of the below mentioned modifier type
to change the appearance of a badge.
PrimaryInfoSuccessDangerWarningDefault
Slots
Name | Description |
---|---|
default | Default content for the badge |