Panel Label
Small heading label for a panel section
View MarkdownOverview
Panel Label is a small, understated heading for labelling a section of a panel, sidebar, or column of controls. It gives grouped content a consistent caption without the weight of a full Heading — use it for column titles, filter group labels, and other minor section markers.
Usage
Import the component:
import { PanelLabel } from "@eqtylab/equality";
Basic usage — label is required:
<PanelLabel label="Panel label" />
Default
Panel label
Props
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
label | The text shown as the label. | string | — | ✅ |
className | Additional CSS classes applied to the label. | string | — | ❌ |