Rounded pill badge component from Interfaces DS with default, secondary, destructive, and outline variants.
import { Badge } from "@/components/ui/interfaces-badge" export default function OutlineBadgeDemo() { return ( <div className="flex min-h-screen w-full items-center justify-center bg-background p-8 overflow-hidden"> <Badge variant="outline">Outline</Badge> </div> ) }
Part of Interfaces DS — browse the full library on 21st.dev.