Label
Basic Usage
Loading...
Installation
pnpm add @corew500/uiUsage
import { Label } from "@corew500/ui/label"
<Label>Content</Label>CMS Integration
Loading...
API Reference
Accessibility
Focus Management
- Screen readers will announce label when input is focused
- Clicking label focuses the associated input
Additional
- - Uses native label element for proper form association
- Always use htmlFor to connect with input id
Localization
Translatable Content
- - Pass translated strings as children
- Required indicators and helper text should be localized