mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
40 lines
462 B
Markdown
40 lines
462 B
Markdown
---
|
|
description: Display content in a card with a header, body and footer.
|
|
links:
|
|
- label: GitHub
|
|
icon: i-simple-icons-github
|
|
to: https://github.com/nuxt/ui/blob/dev/src/runtime/components/Card.vue
|
|
---
|
|
|
|
## Usage
|
|
|
|
::component-example
|
|
---
|
|
component: 'card-example'
|
|
componentProps:
|
|
class: 'w-full'
|
|
---
|
|
::
|
|
|
|
## Usage
|
|
|
|
## Examples
|
|
|
|
## API
|
|
|
|
### Props
|
|
|
|
:component-props
|
|
|
|
### Slots
|
|
|
|
:component-slots
|
|
|
|
### Events
|
|
|
|
:component-events
|
|
|
|
## Theme
|
|
|
|
:component-theme
|