We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is no way to toggle a sidebar 'show' and 'hide' after it has been mounted to the view.
I would expect (in the case of the expanding drawer) menus that I would be able to toggle the menu open and closed.
The text was updated successfully, but these errors were encountered:
For current version, you can use init prop for transmit your toggle.
init
<Sidebar init='toggle'></Sidebar> would transfer 'toggle' to sidebar function: $('.ui.sidebar').sidebar('toggle');
<Sidebar init='toggle'></Sidebar>
$('.ui.sidebar').sidebar('toggle');
ref. https://github.com/jessy1092/react-semantify/blob/develop/src/modules/sidebar.js#L32
Of course, it is not make sense but I have no time on this issue. I would fix other issue first. PR is welcome.
Sorry, something went wrong.
No branches or pull requests
Currently there is no way to toggle a sidebar 'show' and 'hide' after it has been mounted to the view.
I would expect (in the case of the expanding drawer) menus that I would be able to toggle the menu open and closed.
The text was updated successfully, but these errors were encountered: