We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Options:
bg
pill
The bg option should correspond to a Bootstrap theme color, i.e. primary, secondary, danger, etc.
primary
secondary
danger
<x-bs::badge bg="success">Success</x-bs::badge>
You can create pill badges using the pill option:
<x-bs::badge bg="success" pill>Success</x-bs::badge>
There was an error while loading. Please reload this page.