MCPcopy Create free account
hub / github.com/TheOrcDev/orcish-fullstack-admin / BadgeProps

Interface BadgeProps

components/ui/badge.tsx:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24);
25
26export interface BadgeProps
27 extends React.HTMLAttributes<HTMLDivElement>,
28 VariantProps<typeof badgeVariants> {}
29
30function Badge({ className, variant, ...props }: BadgeProps) {
31 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected