Docs
Badge

Badge

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

Loading...
Loading...

Installation

npx shadcn-ng@latest add badge
npm
yarn
pnpm
bun

Copy and paste the following code into your project.

Update the import paths to match your project setup.

Usage

import { UbBadgeDirective } from "@/components/ui/badge.directive";
<div ubBadge variant="outline">Badge</div>

Examples

Default

Loading...
Loading...

Secondary

Loading...
Loading...

Outline

Loading...
Loading...

Destructive

Loading...
Loading...