Skip to content

Draft: Create Navigation Window component

Eric Bieszczad-Stie requested to merge refac/navigation-window-component into dev

Not all pages need to have a side menu or a navigation bar. Instead of

If you want only a navigation bar, add <NavBar /> on the top.

If you want a navigation bar and a side menu, use:

<NavigationWindow>
    your content here
</NavigationWindow>

Merge request reports