Badge
A small status chip. There's no HTML element for "badge",<span> is the honest choice for an inline, semantically neutral run of text that only needs presentational styling, one of the rare cases here without a more specific native anchor.
Usage
import { Badge } from "@kernelui/react";
<Badge variant="success">Active</Badge>Props
| Prop | Type | Default |
|---|---|---|
variant | "neutral" | "accent" | "success" | "warning" | "danger" | "neutral" |