Components

A text label for form controls.

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-label

Usage

import { Label } from "@mijn-ui/react-label"
<Label htmlFor="email">Your email address</Label>

Lable Style Slots

Slot NameTargeted ComponentPurpose
baseLabelStyles the label component.

On this page