mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
docs: update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
description: Display a card for content with a header, body and footer.
|
||||
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/layout/Card.vue
|
||||
to: https://github.com/nuxt/ui/blob/dev/src/runtime/components/Card.vue
|
||||
---
|
||||
|
||||
## Usage
|
||||
@@ -16,20 +16,10 @@ componentProps:
|
||||
---
|
||||
::
|
||||
|
||||
## Slots
|
||||
## Usage
|
||||
|
||||
### `header`
|
||||
## Examples
|
||||
|
||||
Use the `#header` slot to fill the header.
|
||||
:component-api
|
||||
|
||||
### `footer`
|
||||
|
||||
Use the `#footer` slot to fill the footer.
|
||||
|
||||
## Props
|
||||
|
||||
:component-props
|
||||
|
||||
## Config
|
||||
|
||||
:component-preset
|
||||
:component-theme
|
||||
|
||||
Reference in New Issue
Block a user