Expand description
A component for fixing an element’s width to the current breakpoint.
| Class | Breakpoint | Properties |
|---|---|---|
| container | None | width: 100%; |
| sm (640px) | max-width: 640px; | |
| md (768px) | max-width: 768px; | |
| lg (1024px) | max-width: 1024px; | |
| xl (1280px) | max-width: 1280px; | |
| 2xl (1536px) | max-width: 1536px; |