Label

A Warcraft III styled label component for form inputs.

Standard

Required

Disabled

Muted

Installation

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

Usage

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

<Label htmlFor="email">Your Email</Label>

With Required Indicator

<Label htmlFor="name" required>Character Name</Label>

Disabled State

<Label htmlFor="locked" disabled>Locked Field</Label>