Content is displayed using the offcanvas when below this breakpoint, otherwise, contents are rendered in-place.
| Name | Value | Description |
|---|---|---|
| None | 0 | Always render contents outside the viewport in an offcanvas. |
| Small | 1 | Render contents outside the viewport in an offcanvas when below the "small" breakpoint (576px, exclusive). |
| Medium | 3 | Render contents outside the viewport in an offcanvas when below the "medium" breakpoint (768px, exclusive). |
| Large | 4 | Render contents outside the viewport in an offcanvas when below the "large" breakpoint (992px, exclusive). |
| ExtraLarge | 5 | Render contents outside the viewport in an offcanvas when below the "extra-large" breakpoint (1200px, exclusive). |
| Xxl | 6 | Render contents outside the viewport in an offcanvas when below the "XXL" breakpoint (1400px, exclusive). |