azouaoui-med / react-pro-sidebar

React Pro Sidebar provides a set of components for creating high level and customizable side navigation
https://azouaoui-med.github.io/react-pro-sidebar/
MIT License
1.69k stars 414 forks source link

Collapse and uncollapse a sidebar on mouse hover #191

Closed Splitix closed 9 months ago

Splitix commented 1 year ago

It would be nice if the sidebar was able to Collapse and Uncollapse on mouse hover

I'm new to frontend development so not sure if it's possible to already make this happen but would make it much easier if this was built into the component

rcaner commented 11 months ago

.ps-submenu-root { .ps-submenu-content{ visibility: hidden; } } .ps-submenu-root:hover { .ps-menu-icon { animation: swing ease-in-out 0.5s 1 alternate; } .ps-submenu-content{ visibility: visible; } }

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.