Label

Accessible form label primitive.

Installation

npx shadcn@latest add @gameone/label

Registry dependencies: gameone-utils

Usage

Import
import { Label } from "@/components/ui/label"
Example
<Label htmlFor="email">Email</Label>