MCPcopy Create free account
hub / github.com/admineral/OpenAI-Assistant-API-Chat / Badge

Function Badge

components/ui/badge.tsx:30–34  ·  view source on GitHub ↗
({ className, variant, ...props }: BadgeProps)

Source from the content-addressed store, hash-verified

28 VariantProps<typeof badgeVariants> {}
29
30function Badge({ className, variant, ...props }: BadgeProps) {
31 return (
32 <div className={cn(badgeVariants({ variant }), className)} {...props} />
33 )
34}
35
36export { Badge, badgeVariants }

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected