Indielayer UI - Vue.js 3 / Nuxt.js 3 UI Library with Tailwind CSS 4. ⚡️  Build and prototype fast web applications.

Indielayer
Indielayer UIIndielayer UI
UI
v2.1.0

Container

Layout wrapper that constrains content width and alignment for consistent page structure. Use containers to center and pad main content across breakpoints.

#
Usage

Basic example with common props.

Contained content

#API

Container

props

Name
Description
Type
Default
Values
Required
tag
Root element tag.
String
div
fluid
Removes max-width constraints so the container spans the full parent width.
Boolean
false

slots

Name
Description
default
Container content.