Files
ui/docs/content/7.layout/1.card.md
2023-05-30 12:13:57 +02:00

37 lines
375 B
Markdown

---
github: true
description: Display a card for content with a header, body and footer.
---
## Usage
::component-example
#default
:card-example{class="w-full"}
#code
```vue
<template>
<UCard>
<template #header />
Body
<template #footer />
</UCard>
</template>
```
::
## Props
:component-props
## Slots
:component-slots
## Preset
:component-preset