slupjs / slup

🚀 Sets of Material Design components built upon Inferno
MIT License
13 stars 2 forks source link

Added the material design sidenav #8

Closed Gejsi closed 7 years ago

Gejsi commented 7 years ago

Introducing the Sidenav 🚀

This is component allows for easier navigation through the pages of a website, avoiding site-maps and putting everything into a "collapsable from the right" panel containing a <List /> of websites. It features an empty div that either slides from the side or stays fixed in the page, wich can contain whatever you want.

// TODOS: 📝

lucat1 commented 7 years ago

LGTM👍🏻 Though we should try to avoid using global event listeners and stick more to the React-like structure of the Inferno's virtual dom. That's something for a new PR, so this is mergeable.