layout

Container

A container lets you center and constrain the width of your content.

Usage

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

Props

ui
any
undefined
as
string
"div"

Preset

UContainer.vue
{
  "base": "mx-auto",
  "padding": "px-4 sm:px-6 lg:px-8",
  "constrained": "max-w-7xl"
}