@orangecheck/design / CheckListProps
Interface: CheckListProps
Defined in: composites/check-list.tsx:7
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-classname"></a> className? | string | - | composites/check-list.tsx:12 |
<a id="property-items"></a> items | ReactNode[] | Each item: a check glyph + this label. | composites/check-list.tsx:9 |
<a id="property-orientation"></a> orientation? | "vertical" | "horizontal" | - | composites/check-list.tsx:10 |
<a id="property-tone"></a> tone? | "default" | "onBrand" | - | composites/check-list.tsx:11 |