Badge
A small status descriptor for highlighting items or counts.
Installation
bash
npm install motion lucide-reactUsage
tsx
import Badge from '@/components/ui/Badge';
<Badge
text="Badge"
variant="default"
/>A small status descriptor for highlighting items or counts.
npm install motion lucide-reactimport Badge from '@/components/ui/Badge';
<Badge
text="Badge"
variant="default"
/>