@orangecheck/design / CardProps
Interface: CardProps
Defined in: primitives/card.tsx:9
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-actions"></a> actions? | any | - | primitives/card.tsx:14 |
<a id="property-children"></a> children | ReactNode | - | primitives/card.tsx:15 |
<a id="property-classname"></a> className? | string | - | primitives/card.tsx:16 |
<a id="property-expandable"></a> expandable? | boolean | When true (default) renders a fullscreen-expand icon in the title strip; clicking pops the same body content into a fullscreen Modal. Set false for tiny cards where fullscreen adds nothing. | primitives/card.tsx:23 |
<a id="property-id"></a> id? | string | - | primitives/card.tsx:10 |
<a id="property-refreshedat"></a> refreshedAt? | string | null | - | primitives/card.tsx:13 |
<a id="property-subtitle"></a> subtitle? | string | - | primitives/card.tsx:12 |
<a id="property-title"></a> title | string | - | primitives/card.tsx:11 |
<a id="property-tone"></a> tone? | "default" | "destructive" | "warning" | "muted" | - | primitives/card.tsx:17 |