Nuxt Badge
Documentation and examples for Nuxt badges, our small count and labelling component.
To use the custom badges, import the Badge component
Global usage
For local usage
Examples
Badges can be used as part of links or buttons to provide a counter.
Contextual variations
Default
Primary
Info
Success
Danger
Warning
Props
PROP NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
tag | String | span | Html tag to use for the badge. |
type | String | default | Badge type (primary, info, danger, default, warning, success) |
size | String | N/A | Badge size (md, lg) |
Slots
SLOT | DESCRIPTION |
---|---|
default | Default content for the badge |