Centered content wrapper with max-width.
import { Container } from "@/components/ui";Container centers content with a max-width and horizontal padding.
<Container>
<h1>Page Title</h1>
<p>Page content goes here...</p>
</Container>Different max-width options
<Container size="sm">Small container (max-w-2xl)</Container><Container size="md">Medium container (max-w-4xl)</Container><Container size="lg">Large container (max-w-6xl)</Container><Container size="xl">Extra large container (max-w-7xl)</Container><Container size="full">Full width container</Container>Configure your app with the features you need and download production-ready code.
Start Configuring