Files
ui/docs/content/7.layout/1.card.md
Benjamin Canac 31d571abb5 docs: migrate to @nuxthq/ui-kit (#405)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-07-17 14:49:50 +02:00

478 B

description, links
description links
Display a card for content with a header, body and footer.
label icon to
GitHub i-simple-icons-github https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/layout/Card.vue

Usage

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

#code

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

    Body

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

::

Props

:component-props

Preset

:component-preset