@orangecheck/design / PanelProps
Interface: PanelProps
Defined in: composites/panel.tsx:5
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-action"></a> action? | any | Optional trailing control (a button, link, count) pinned right of the header. | composites/panel.tsx:11 |
<a id="property-children"></a> children? | any | - | composites/panel.tsx:15 |
<a id="property-classname"></a> className? | string | - | composites/panel.tsx:14 |
<a id="property-flush"></a> flush? | boolean | Drop the top divider (use for the first panel in a stack). | composites/panel.tsx:13 |
<a id="property-label"></a> label? | any | Mono kicker shown above the title (e.g. "attestations"). Rendered uppercase. | composites/panel.tsx:7 |
<a id="property-title"></a> title? | any | Section title. | composites/panel.tsx:9 |