Label
Form label component with default, title, and inline variants.
Import/Installation
import { Label } from "@lottiefiles/creator-plugins-ui";Preview
Usage
<Label htmlFor="field">Field</Label>
<Label variant="title">Section</Label>
<Label variant="inline">Inline label</Label>Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| variant | "default" | "title" | "inline" | "default" | No | Visual presentation of the label. Use `title` for section headings, `inline` for radio/checkbox rows. |
Last updated: August 5, 2026 at 11:47 AMEdit this page