orion-ui icon indicating copy to clipboard operation
orion-ui copied to clipboard

Create stateful GlobalNav

Open camwest opened this issue 6 years ago • 0 comments

As a developer
I don't want to manage the open/close state of the sidenav
So that I can consume the GlobalNav easier

Typical Usage

<GlobalNav>
  // standard children here
</GlobalNav>

This story should result in a wrapper component for GlobalNav which manages the open/close state instead of that state being specified in the adapter.

camwest avatar Jul 18 '17 17:07 camwest