-
-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
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
Allow sidebar icons to be tools or links that don't open a panel #147
Comments
@woodbri I also would need case 1 e.g. to toggle user position on/off. I thought one good way would be to add the class active, but this would mean 1) there could be more active tabs 2) the panel should not open. |
I trying to hack it with jQuery, my thoughts are this:
This should all get done inside the sidebar class, but at the moment I'm just trying to work around it to see if I can get it to work. |
I also need this feature and scratching my head. Any further thoughts so far? Thanks |
I ended up adding a class
|
This is already supported, but not well documented. If one just drops the For the original discussion, see #68 |
I have two use case where I would like to have a button on the sidebar that does not open a panel:
It seems like you might have thought about something like these you have role="tab" and maybe adding role="button" and role="toggle" would allow nice integration of other behaviors.
The text was updated successfully, but these errors were encountered: