Interface

CardProps

CardProps

Properties:
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
Implements:
Author:

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