initial
This commit is contained in:
1
web/components/ui/Badge.tsx
Normal file
1
web/components/ui/Badge.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export default function Badge({ children }: { children: React.ReactNode }) { return <span className="inline-block rounded bg-slate-100 px-2 py-1 text-xs font-medium text-slate-700">{children}</span>; }
|
||||
Reference in New Issue
Block a user