mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
docs(card): update
This commit is contained in:
13
docs/app/components/content/examples/CardExample.vue
Normal file
13
docs/app/components/content/examples/CardExample.vue
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<UCard>
|
||||||
|
<template #header>
|
||||||
|
<Placeholder class="h-8" />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<Placeholder class="h-32" />
|
||||||
|
|
||||||
|
<template #footer>
|
||||||
|
<Placeholder class="h-8" />
|
||||||
|
</template>
|
||||||
|
</UCard>
|
||||||
|
</template>
|
||||||
@@ -10,14 +10,12 @@ links:
|
|||||||
|
|
||||||
::component-example
|
::component-example
|
||||||
---
|
---
|
||||||
component: 'card-example'
|
name: 'card-example'
|
||||||
componentProps:
|
props:
|
||||||
class: 'w-full'
|
class: 'w-full'
|
||||||
---
|
---
|
||||||
::
|
::
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|||||||
Reference in New Issue
Block a user