-
Notifications
You must be signed in to change notification settings - Fork 183
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
Feat: Support horizontal collapse #444
Comments
or maybe provide a workaround for the moment, cause i really dont see other way to "fix" this but to use bootstrap javascript, which is not desirable |
Thanks, yeah I attempted adding support and was a little confused on how this was supposed to work. Happy to take a look again and either PR or add my notes here if someone could pick it up. |
I think this is straightforward if you'd like to review @demetrius-mp : https://github.com/bestguy/sveltestrap/pull/445/files |
it works just great! you can close the issue if you want. |
Released in v5.9.0, thanks for the heads up. |
i was trying to rebuild this sidebar using sveltestrap, but the default animations works only vertically, which feels weird for this use case. I tried adding
.collapse-horizontal
to theCollapse
component, but it happened to be even weirder.The text was updated successfully, but these errors were encountered: