mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
33 lines
431 B
Markdown
33 lines
431 B
Markdown
---
|
|
description: A container lets you center and constrain the width of your content.
|
|
category: layout
|
|
links:
|
|
- label: GitHub
|
|
icon: i-simple-icons-github
|
|
to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Container.vue
|
|
---
|
|
|
|
## Usage
|
|
|
|
::component-example
|
|
---
|
|
name: 'container-example'
|
|
props:
|
|
class: 'w-full'
|
|
---
|
|
::
|
|
|
|
## API
|
|
|
|
### Props
|
|
|
|
:component-props
|
|
|
|
### Slots
|
|
|
|
:component-slots
|
|
|
|
## Theme
|
|
|
|
:component-theme
|