Files
ui/docs/content/7.layout/2.container.md
2023-09-07 15:13:48 +02:00

447 B

description, links
description links
A container lets you center and constrain the width of your content.
label icon to
GitHub i-simple-icons-github https://github.com/nuxt/ui/blob/dev/src/runtime/components/layout/Container.vue

Usage

::component-example #default :container-example{class="w-full"}

#code

<template>
  <UContainer>Content</UContainer>
</template>

::

Props

:component-props

Preset

:component-preset