Card
Use the card field to display some information.
Example
My card
Use a card to display an important result.
({
type: "card",
title: "My card",
body: "Use a card to display an important result.",
})
Options
Output
Use these options when using the field with make
.
title? | The title displayed on the card. |
body? | The body text displayed on the card. |