Introduction to Page Shells#

Bumbag comes with a set of "page shells" which are components to help you build page layouts.

There are three page shells:

Collapse breakpoint#

You can set a global collapse breakpoint for your pages. When the page viewport width is below the collapseBelow breakpoint, then the page will be collapsed and the sidebar (if one is set) will be hidden.

<BumbagProvider
collapseBelow="desktop"
theme={theme}
>
// ...
</BumbagProvider>
Copyright © 2021 Jake Moxey