This is the latest docs update, but there are missing components and blocks. If you wish to see the complete version, you can check it out at old docs.

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