Nuxt UI v4 is officially released!

Components

Card

Display a card for content with a header, body and footer.

Usage

{
  "message": "You should use slots with <ContentRenderer>",
  "value": {},
  "excerpt": false,
  "tag": "div"
}

Slots

Use the #header slot to fill the header.

Use the #footer slot to fill the footer.

Props

ui
any
{}
as
string
"div"

Config

{
  "message": "You should use slots with <ContentRenderer>",
  "value": {},
  "excerpt": false,
  "tag": "div"
}