Badge
Documentation and examples for badges, our small count and labeling component.
Last updated
{% include 'radix:badge' with {
badge_html_tag: 'a',
color: 'primary',
badge_url: forum.new_url,
content: forum.new_text
} %}{% include 'radix:badge' with {
badge_html_tag: 'span',
content: 'Success',
badge_utility_classes: [
'rounded-pill',
'bg-success',
'text-white',
]
} %}