Card
Card displays different types of cards.
API Reference
Props
Card
Name
Type
Default
Description
type*
CardType
The type of the card.
title*
string
The title of the card.
subtitle
string
The subtitle of the card.
icon
IconEnum
The icon of the card.
image
string
The image of the card.
actions
ActionsProps
The actions for the card.
Examples
Basic
With image
With actions
Types
CardType
Supported card types for the Card
component.
Last updated