layout

Card

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

Usage

<template>
  <UCard>
    <template #header />
    Body
    <template #footer />
  </UCard>
</template>

Slots

Use the #header slot to fill the header.

Use the #footer slot to fill the footer.

Props

ui
any

undefined

as
string

"div"

Preset

appConfig.ui.card
undefined