Badge

Displays a badge or a component that looks like a badge.

Preview

DefaultSecondaryOutlineDestructiveGhostLink

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/badge

Usage

Import the component from the package:

import { Badge } from "@/components/ui/badge"

Then use it in your application:

<Badge />

Examples

Default

DefaultSecondaryOutlineDestructiveGhostLink