Closed sundaram123krishnan closed 4 months ago
In our pigg app, we encountered a scenario where it was necessary to close the menu bar when the user clicks on the menu bar itself.
To address this need, I implemented the feature to close the menu bar when clicked. When the menu bar is clicked, it toggles its open/close state.
Any feedback is appreciated!
I just checked now, it definitely works fine
Thx
Requirement
In our pigg app, we encountered a scenario where it was necessary to close the menu bar when the user clicks on the menu bar itself.
Implementation
To address this need, I implemented the feature to close the menu bar when clicked. When the menu bar is clicked, it toggles its open/close state.
Example:
Any feedback is appreciated!