Label

Renders an accessible label associated with controls.

Preview
Label Examples

Basic Labels

Labels with Form Controls

Code
import { Label } from "@/components/windows95-ui/label"

<Label htmlFor="email">Email</Label>
<Label htmlFor="email" className="font-bold">Bold Label</Label>