@orangecheck/design / CalloutProps
Interface: CalloutProps
Defined in: composites/callout.tsx:7
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-action"></a> action? | any | Optional trailing action (button / link) pinned to the bottom. | composites/callout.tsx:16 |
<a id="property-children"></a> children | ReactNode | Body content. | composites/callout.tsx:14 |
<a id="property-classname"></a> className? | string | - | composites/callout.tsx:17 |
<a id="property-icon"></a> icon? | any | Optional leading icon, sized by the caller (e.g. lucide size-4). | composites/callout.tsx:12 |
<a id="property-label"></a> label? | string | Optional "§ "-prefixed mono header. | composites/callout.tsx:10 |
<a id="property-tone"></a> tone? | CalloutTone | - | composites/callout.tsx:8 |