@orangecheck/design / VerifiedChipProps
Interface: VerifiedChipProps
Defined in: composites/verified-chip.tsx:8
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-classname"></a> className? | string | - | composites/verified-chip.tsx:15 |
<a id="property-icon"></a> icon? | any | Leading glyph; defaults to a lucide Check. | composites/verified-chip.tsx:10 |
<a id="property-icontone"></a> iconTone? | "peach" | "muted" | "onBrand" | "dark" | "brand" | Tone of the icon tile. | composites/verified-chip.tsx:12 |
<a id="property-label"></a> label | ReactNode | Short trust phrase, e.g. "verified on bitcoin". | composites/verified-chip.tsx:14 |