Docs
Card
Card
Displays a card with header, content, and footer.
Installation
Copy and paste the component source files linked at the top of this page into your project.
Usage
Modify the heading level
By default, the <Card.Title>
component renders an <h3>
element. You can change this by passing a tag
prop to the component.
For example:
...
Examples
On This Page