Cards Component
Example
Usage
Markdown
import { CardsIcon, OneIcon, WarningIcon } from '../../icons'
<Cards>
<Card icon={<WarningIcon />} title="Callout" href="/components/callout" />
<Card icon={<CardsIcon />} title="Tabs" href="/components/tabs" />
<Card icon={<OneIcon />} title="Steps" href="/components/steps" />
</Cards>