Autodesk / orion-ui

UI Components that work seamlessly in multiple UI frameworks
https://goo.gl/shxHPB
Other
22 stars 6 forks source link

Create stateful GlobalNav #294

Open camwest opened 7 years ago

camwest commented 7 years ago
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.