Files
ui/docs/content/2.components/container.md
2025-03-12 14:46:34 +01:00

26 lines
399 B
Markdown

---
description: A container lets you center and constrain the width of your content.
links:
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/nuxt/ui/blob/v2/src/runtime/components/layout/Container.vue
---
## Usage
::component-example
---
component: 'container-example'
componentProps:
class: 'w-full'
---
::
## Props
:component-props
## Config
:component-preset