Card
Last updated
Last updated
Cards contain content and actions about a single subject.
In basic example, card accepts content view as child element.
It also may have header and footer by configuring header
,description
,footer
properties.
Name | Type | Description |
children |
| Component to render within the card. |
title |
| Function component to render above the content. |
description |
| Function component to render description content. |
footer |
| Function component to render footer content. |