A container with a maximum width.
A Container component has the following properties:
| Prop | Required | Description |
|---|---|---|
width | yes | The maximum width. One of sm, md, lg, xl (Tailwind breakpoint sizes). |
class | no | Additional Tailwind classes. |
The Container centers the content, adds a padding, and enforces a maximum width.