Components
Info Card
Import
import { InfoCard } from '@outfit/outkit';
Usage
Custom Icon
Props
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
copy | string | No | The main copy for the card | |
icon | element | No | <DefaultIcon /> | An icon to be displayed at the top of the card |
note | string | No | Any notes which will be displayed next to the info icon | |
title | string | No | The title of the card |