GitHub

Label

Label for form inputs

Basic Usage

Loading...

Installation

pnpm add @corew500/ui

Usage

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

<Label>Content</Label>

CMS Integration

CMSPayload CMS Integration
This component supports CMS-driven content via @corew500/cms-payload.
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

Related

Related Components