Card

This is a Card component

API Reference

CardProps

Properties

PropertyType
padding?Padding<string | number> | undefined
variant"outlined" | "elevated"

Card

Properties

props: Props & { css?: CSSObject; className?: string; }

Examples

  • BasicUsage

    A card with a title, content and a subtle action link.

    Getting Started

    Build cards with headings, content and actions using your own layout.

    Learn more →