Components

Card

<Card />

Constructor

# <Card />

Card Component
Parameters:
Name Type Attributes Default Description
title string The title to display on the card.
subtitle string The subtitle to display on the card.
date Date <optional>
Display a date for the card.
glass boolean <optional>
false The background colour for the card.
children ReactElement
Author:

View Source components/card/Card.tsx, line 15