UI.MD

Label

An accessible label for form controls.

Installation

$
npx shadcn@latest add https://ui.mattdowney.com/r/label.json

Usage

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

Examples

Default

API Reference

PropTypeDefaultDescription
htmlForstring-The id of the form control this label describes. Clicking the label moves focus to that control.