WFP logoDesign System

Renders an accessible label associated with controls.

Installation

pnpm dlx shadcn@latest add https://dev.designsystem.wfp.org/r/label.json

Usage

import { Label } from "@/components/ui/label";
<Label htmlFor="email">Email</Label>

On this page