mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Sébastien Chopin <seb@nuxt.com>
36 lines
303 B
Markdown
36 lines
303 B
Markdown
---
|
|
github: true
|
|
---
|
|
|
|
## 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
|