Card
Cards are used to group and display content in a way that is easily readable.
Properties
Property | Required | Type | Description |
---|---|---|---|
image | No | str | |
image-alt | No | str | |
image-full | No | bool | |
image-on-side | No | bool | |
title | No | str | |
size | No | str (one of: xs, sm, md, lg, xl) | |
Any additional properties | No | any |
Children
Accepts children of type:
Component | Description |
---|---|
CardTitle | |
CardActions |
Examples
<{Card}>
</{Card}>