react98

Label

A Windows 98 label for form controls.

Preview

label.exe

Installation

pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/label.json
npx shadcn@latest add https://react98-ui.vercel.app/r/label.json
yarn dlx shadcn@latest add https://react98-ui.vercel.app/r/label.json
bunx shadcn@latest add https://react98-ui.vercel.app/r/label.json

Usage

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

export function Example() {
  return <Label htmlFor="name">Name</Label>;
}

Props

PropTypeDescription
...LabelHTMLAttributes<HTMLLabelElement>All native label attributes pass through.

On this page