Container
Max-width container.
Import
tsx
import { ZContainer } from "@zurto/ui";Usage
tsx
<ZContainer>Centered content</ZContainer>
<ZContainer maxWidth="lg">Large container</ZContainer>Props
| Prop | Type | Default | Description |
|---|---|---|---|
maxWidth | 'sm' | 'md' | 'lg' | 'xl' | 'full' | 'lg' | Max width |
padding | boolean | true | Horizontal padding |
centered | boolean | true | Center content |