+ 2
I want to create responsive sidebar menu.
I want to create sidebar navigation (menu) as like this link https://scroll-out.github.io/ that show only small device and show regular navigation on desktop view. Anyone help me to create this type responsive navigation.
2 Respuestas
+ 5
I'd recommend using a framework like Materialize CSS or Bootstrap. Here's a link to the materialize page that has code to copy and paste for their responsive sidebar. You have to scroll down a bit on the page.
https://materializecss.com/navbar.html#!
+ 4
I am familiar with bootstrap but not more familiar with materializecss.