reactioncommerce / reaction

Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
https://mailchimp.com/developer/open-commerce/
GNU General Public License v3.0
12.34k stars 2.17k forks source link

Build sub-navigation elements for tag navigation #4117

Closed spencern closed 6 years ago

spencern commented 6 years ago

Build the sub-navigation components of our tag-navigation system.

On a full-width view, these should be shown in a drop-down menu on hover. Note that the "view all" isn't a requirement, but some way to access the top-level tag as a link is. image

On a mobile view, the menu should be accessible from a tap to expand the sub-navigation while leaving the original menu item still accessible. image

mikemurray commented 6 years ago

You could do the sub navigation with the Drawer and/or Popover components below from Material UI.

nnnnat commented 6 years ago

Issue moved to reactioncommerce/reaction-next-starterkit #9 via ZenHub