Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

BasicCard

README.md

type: "basic-card";

url: string -- URL that opens when clicking the card

icon?: string | ImageObjectProps -- Card icon properties.

title?: Title | string -- Card title

text?: string -- Card description (with YFM support)

additionalInfo?: string -- Gray text (with YFM support)

links?: Link[] -- An array with link objects (see Content blocks)

buttons?: Button[] -- An array with button objects (see Content blocks)

border: 'shadow' | 'line' | 'none' -- Card border properties (defaults to 'shadow').

hoverBackgroundColor?: string - Card hover background color (deprecated, will be removed in future versions)