-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Generalize .navbar-toggleable-* behavior for into .collapse-* #20360
Comments
Do you know whether any other libraries with collapse/accordion components offer such a feature? |
@cvrebert I'm not aware of that because all of my app is base on Bootstrap. Here is an example usecase. It's more cleaner(i think) to use Possible for single collapse. But for accordion, i'm not sure 😕 . If you think this feature will not bring any issue with accordion, it will be a great enhancement for the collapse component. Thanks |
I'll take a look at generalizing the navbar collapse stuff I've built to see if it makes sense to do this. |
Not going this route given the more specific nature of these styles coming in #21390. |
Just curious about collapse breakpoints like
.collapse-xs
,.collapse-sm
and.collapse-md
. I know the same result can be achieve by using the the.navbar-toggleable-xs
and so on. But it doesn't feel right(i think) to use it outside.navbar
component.Feel free to close it if this already asked or not relevant.
Thanks
The text was updated successfully, but these errors were encountered: