Documentation

Label

Accessible form label with proper semantics.

Installation

pnpm add @rouf-dev/pantheon-ui

Usage

import { Label } from "@rouf-dev/pantheon-ui";

<Label htmlFor="email">Email</Label>
<input id="email" type="email" />

Examples

Default

With Required Indicator