We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302eeb7 commit 106d7fcCopy full SHA for 106d7fc
src/components/Badge/index.tsx
@@ -65,6 +65,7 @@ export function Badge({
65
className,
66
}: BadgeProps) {
67
const variantClass = badgeVariants({ variant, size })
68
+
69
const Comp = as
70
return <Comp className={cn(variantClass, className)}>{children}</Comp>
71
}
0 commit comments