docs(container): update

This commit is contained in:
Benjamin Canac
2024-07-11 17:43:03 +02:00
parent a890528550
commit e7e1b2339f
3 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<template>
<UContainer>
<Placeholder class="h-32" />
</UContainer>
</template>

View File

@@ -16,8 +16,6 @@ props:
---
::
## Examples
## API
### Props

View File

@@ -8,7 +8,13 @@ links:
## Usage
## Examples
::component-example
---
name: 'container-example'
props:
class: 'w-full'
---
::
## API