SB-Admin-BS4-Angular-8
SB-Admin-BS4-Angular-8 copied to clipboard
Add sidebar that collapses to icons
Please add sidebar that collapses to icons with animation.
some exapmles: https://bootsnipp.com/snippets/Pa9xl https://codepen.io/anon/pen/rpmLLz https://www.codeply.com/go/ecE6qHNBOC
@webnegar Added PR to this issue.
@oxmap Thx for adding sidebar collapse.
I have the following enhancement ideas:
When sidebar is collapsed the icon should change to ">>".
Main menus with submenus do open, but the submenus are not clickable. Would be nice to have a "hooverable" menu. Menu nodes expand/collapse when hoovered. Menu hierarchie is completely shown on top of the main-container.
@FritzHerbers some of features you wrote, I forgot to develop, but designed it. On weekdays i’ll continue enhancement on your thoughts.
When the sidebar is collapsed, I just set this.showMenu to '0' to make hide the submenus and when the user click in icon with menu collapsed, I call this.toggleCollapsed() to show all menu.