Label
A Windows 98 label for form controls.
Preview
Installation
pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/label.jsonnpx shadcn@latest add https://react98-ui.vercel.app/r/label.jsonyarn dlx shadcn@latest add https://react98-ui.vercel.app/r/label.jsonbunx shadcn@latest add https://react98-ui.vercel.app/r/label.jsonUsage
import { Label } from "@/components/ui/98/label";
export function Example() {
return <Label htmlFor="name">Name</Label>;
}Props
| Prop | Type | Description |
|---|---|---|
... | LabelHTMLAttributes<HTMLLabelElement> | All native label attributes pass through. |