Files
ui/docs/content/6.layout/1.card.md
Benjamin Canac 6da0db0113 feat: rewrite to use app config and rework docs (#143)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-05-04 14:49:19 +02:00

303 B

github
github
true

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