Files
ui/docs/content/7.layout/2.container.md
Benjamin Canac 31d571abb5 docs: migrate to @nuxthq/ui-kit (#405)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2023-07-17 14:49:50 +02:00

451 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/nuxtlabs/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