Badge Shape

PreviousNext

badge-shape-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/statuses/badge/badge-shape-demo.tsx
"use client"

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

export default function BadgeShapeDemo() {
  return <Badge isCircle>Label</Badge>
}

Installation

npx shadcn@latest add @intentui/badge-shape-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.