Section Label
Small label used to introduce a group of fields or content within a form.
import
{ SectionLabel } from "@pepulux/ui"Default
Personal information
Billing details*
With supporting text
Public profile
These details appear on your public profile.
With help text
API key
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label* | string | — | Label text |
| supportingText | string | — | Optional sub-text below the label |
| helpText | string | — | Tooltip or helper text next to label |
| required | boolean | false | Shows a red asterisk |
| size | "sm" | "md" | "md" | Font size |