I’m having trouble developing a side menu with bootstrap 4 the idea is to open down expand up when close it open on the side of the site when on a mobile screen.
Fábio posts on the question what you have of ready code, HTML, CSS, etc. If possible put an image of the design you want to have in the menu, open and closed, right or left.
This is the official documentation of Navbar. I think that with the default BS4 classes you won’t be able to. https://v4-alpha.getbootstrap.com/components/navbar/
Fábio posts on the question what you have of ready code, HTML, CSS, etc. If possible put an image of the design you want to have in the menu, open and closed, right or left.
– hugocsl
At the moment I’m only using bootstrap version 4 and the menu is in the bootstrap default state.
– Fábio Silva
This is the official documentation of Navbar. I think that with the default BS4 classes you won’t be able to. https://v4-alpha.getbootstrap.com/components/navbar/
– hugocsl
know how or where I can see a tutorial on creating from menu
– Fábio Silva
Fábio you can use BS4 but do the Menu in another way, or even in hand. Search codepen.io for "hamburger menu", or youtube for "canvas menu"
– hugocsl