> For the complete documentation index, see [llms.txt](https://docs-drift.g-axon.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-drift.g-axon.work/components/badges.md).

# Badges

### Default Badge

{% tabs %}
{% tab title="Default Badge" %}
![](/files/-Lodr-L5EzImU9xmT6UZ)
{% endtab %}

{% tab title="Source Code" %}

```markup
<span class="badge badge-primary">Primary</span>
```

{% endtab %}
{% endtabs %}

### Link Badge

{% tabs %}
{% tab title="Link Badge" %}
![](/files/-Lods52Y6DWPrwJysmjq)
{% endtab %}

{% tab title="Source Code" %}

```markup
<a href="javascript:void(0)" class="badge badge-primary">Primary</a>
```

{% endtab %}
{% endtabs %}

### Pill Badge

{% tabs %}
{% tab title="Pill Badge" %}
![](/files/-LodsPjSGzugf8gkHrUS)
{% endtab %}

{% tab title="Source Code" %}

```markup
<span class="badge badge-pill badge-primary">Primary</span>
```

{% endtab %}
{% endtabs %}
