Tulip Logo IconTulip
Components

Label

Displays an accessible label for form fields.

For form fields, use the Field component which includes built-in label, description, and error handling.

Usage

import { Label } from "@tulip-systems/core/components";
<Label htmlFor="email">Email</Label>

On this page