Display
A pill badge that adds a small dither field without compromising the clarity or density expected from status labels.
import { Badge } from "@/components/base/badges/badges"
export function Demo() {
return <Badge type="pill-color" color="violet" size="md">Label</Badge>
}