Installation
Examples
Max-width variants
sm through 2xl constrains the content width.
sm640px
md768px
lg1024px
xl1280px
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| maxWidth | 'sm'|'md'|'lg'|'xl'|'2xl'|'full' | 'xl' | Constrains the container width. |
| centered | boolean | true | Centers with auto margins. |
| padding | boolean | true | Adds responsive horizontal padding. |