Files
ui/docs/content/6.layout/1.card.md
Sébastien Chopin e59fe42cc9 docs: improve page descriptions and prev/next (#184)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2023-05-19 10:33:09 +02:00

375 B

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

Usage

::component-example #default :card-example{class="w-full"}

#code

<template>
  <UCard>
    <template #header />

    Body

    <template #footer />
  </UCard>
</template>

::

Props

:component-props

Slots

:component-slots

Preset

:component-preset