Formssrc/components/ui/label.tsx

Label

Accessible label styling for form controls.

Preview

Installation

Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.

bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/ui

Usage

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

export function Example() {
  return <Label>Label</Label>
}

API Reference

ExportPurpose
LabelComposable part exported by `@/components/ui/label`.