docs: update

This commit is contained in:
Benjamin Canac
2024-06-26 19:09:05 +02:00
parent c63b3cec6a
commit 0b3ce24eb6
64 changed files with 798 additions and 5258 deletions

View File

@@ -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