Files
ui/docs/content/7.layout/2.container.md
2023-05-30 12:13:57 +02:00

27 lines
315 B
Markdown

---
github: true
description: A container lets you center and constrain the width of your content.
---
## Usage
::component-example
#default
:container-example{class="w-full"}
#code
```vue
<template>
<UContainer>Content</UContainer>
</template>
```
::
## Props
:component-props
## Preset
:component-preset