Container

A container with a maximum width.

Props

A Container component has the following properties:

PropRequiredDescription
widthyesThe maximum width. One of sm, md, lg, xl (Tailwind breakpoint sizes).
classnoAdditional Tailwind classes.

Usage

The Container centers the content, adds a padding, and enforces a maximum width.