Card
Card
Authored content for a card. *
Properties
class
string
Optional styling hook.
elements
Element[]
Elements rendered in authored order.
link
Optional navigation behavior.
subtitle
string
Supporting text associated with the heading.
title
string
Visible heading or display name; required when the card links to a destination.
Example
Required
{}
Full
{
"class": "example",
"elements": [
{
"type": "paragraph",
"text": "Learn the basics of birding."
}
],
"icon": {
"ariaLabel": "Search",
"class": "example",
"name": "search"
},
"link": {
"href": "/example",
"newTab": false,
"nofollow": false,
"sponsored": false
},
"subtitle": "example",
"title": "Getting Started"
}
examples are generated from the schema.