APIToGoAPIToGo
Visit APIToGo on LinkedIn
  • Documentation
  • Components
  • Themes
General
    AlertCalloutBadgeCardIconsMarkdownTypography
Documentation
Form
Utility
powered by apitogo
General

Badge

A small badge component used to display status information or labels.

Import

Code
import { Badge } from "@lukoweb/apitogo/ui/Badge";

Variants

Default

Default
Code
<Badge variant="default">Default</Badge>

Secondary

Secondary
Code
<Badge variant="secondary">Secondary</Badge>

Muted

Muted
Code
<Badge variant="muted">Muted</Badge>

Destructive

Destructive
Code
<Badge variant="destructive">Destructive</Badge>

Outline

Outline
Code
<Badge variant="outline">Outline</Badge>

Usage

Badges are perfect for showing status, categories, or counts:

NewMain10
Code
<Badge variant="default">New</Badge> <Badge variant="secondary">Main</Badge> <Badge variant="muted">10</Badge>
Last modified on March 27, 2026
CalloutCard
On this page
  • Import
  • Variants
    • Default
    • Secondary
    • Muted
    • Destructive
    • Outline
  • Usage
React
React
React
React
React
React
React