A surface container that groups related content. Compose it with nana-card-header, nana-card-title, nana-card-description, nana-card-content and nana-card-footer.
Card titleA short supporting description.A card groups related content into a single surface.Action
<nana-card style="max-width:22rem"><nana-card-header> <nana-card-title>Card title</nana-card-title> <nana-card-description>A short supporting description.</nana-card-description></nana-card-header><nana-card-content>A card groups related content into a single surface.</nana-card-content><nana-card-footer> <nana-button size="sm">Action</nana-button></nana-card-footer></nana-card>
Add the interactive attribute to make the whole card a hoverable, focusable
target (e.g. a link card).
Interactive cardHover or focus meLifts on hover and shows a focus ring.
<nana-card variant="outlined" interactive style="width:16rem"><nana-card-header> <nana-card-title>Interactive card</nana-card-title> <nana-card-description>Hover or focus me</nana-card-description></nana-card-header><nana-card-content>Lifts on hover and shows a focus ring.</nana-card-content></nana-card>