mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 21:48:07 +01:00
33 lines
347 B
Markdown
33 lines
347 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
|
|
|
|
## Preset
|
|
|
|
:component-preset
|