Badge
Displays a badge or a component that looks like a badge.
Displays a badge or a component that looks like a badge.
import { Badge } from "@/components/ui/badge";<Badge
variant="default | outline | secondary | destructive"
shape="simple | bar | dot"
>
Badge
</Badge>You can use the shape prop to change the shape of the badge.
You can use the variant prop to change the variant of the badge.
You can customize the badge as you want.