@orangecheck/ui / EmptyStateProps
Interface: EmptyStateProps
Defined in: empty-state.tsx:11
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-children"></a> children | ReactNode | Body — short prose explaining what would appear here and how. | empty-state.tsx:15 |
<a id="property-classname"></a> className? | string | - | empty-state.tsx:19 |
<a id="property-cta"></a> cta? | EmptyStateCta | - | empty-state.tsx:16 |
<a id="property-label"></a> label | string | Short heading — one mono-uppercased label like "no entries yet". | empty-state.tsx:13 |
<a id="property-secondary"></a> secondary? | EmptyStateCta | - | empty-state.tsx:17 |
<a id="property-tone"></a> tone? | "muted" | "warning" | "info" | - | empty-state.tsx:18 |