Skip to content

Card

Cards group related content and actions in a contained surface.

initials
Header
Subhead
Elevated card content

Import

js
import { MdCard } from 'vue-material-3';

Usage

vue
<MdCard header-title="Header" header-sub-title="Subhead" type="elevated">
  Card content
</MdCard>

Storybook

Use Storybook for controls.