Command Palette

Search for a command to run...

Label

Displays a label component.

Installation

pnpm dlx shadcn@latest add https://nds.aboalrejal.com/r/label.json

Usage

This component is generated automatically. To see advanced interactive demos, please refer to the original source code.

import { Label } from "@/components/ui/label"

export default function Example() {
  return (
    <Label>
      Example
    </Label>
  )
}