Loading dashboard...
Loading dashboard...
import { Badge } from "@/components/ui/badge"<Badge variant="default | outline | secondary | destructive">Badge</Badge>Use the variant prop to change the variant of the badge.
You can render an icon inside the badge. Use data-icon="inline-start" to render the icon on the left and data-icon="inline-end" to render the icon on the right.
You can render a spinner inside the badge. Remember to add the data-icon="inline-start" or data-icon="inline-end" prop to the spinner.
Use the render prop to render a link as a badge.
You can customize the colors of a badge by adding custom classes such as bg-green-50 dark:bg-green-800 to the Badge component.
The Badge component displays a badge or a component that looks like a badge.
import { Badge } from "@/components/ui/badge"
export function BadgeDemo() {import { Badge } from "@/components/ui/badge"
import { BadgeCheck, BookmarkIcon } from "lucide-react"
import { Badge } from "@/components/ui/badge"
import { ArrowUpRightIcon } from "lucide-react"
import { Badge } from "@/components/ui/badge"
import { Spinner } from "@/components/ui/spinner"
import { Badge } from "@/components/ui/badge"
export function BadgeCustomColors() {import { Badge } from "@/components/ui/badge"
export function BadgeVariants() {