Skip to content
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

Support for Bootstrap 5 #961

Open
Polm90 opened this issue May 7, 2021 · 5 comments
Open

Support for Bootstrap 5 #961

Polm90 opened this issue May 7, 2021 · 5 comments

Comments

@Polm90
Copy link

Polm90 commented May 7, 2021

Are you going to add support for Bootstrap 5?
Thank you!

@seiyria
Copy link
Owner

seiyria commented May 7, 2021

I would accept a pr but I don't think any of the maintainers have plans to do this.
I'm not sure it needs any updates to be compatible since we don't rely on their css anyway.

@dlupu
Copy link

dlupu commented Jun 8, 2021

I confirm that, on one of my projects, switching to bootstrap 5 did not break the slider in any way (CSS and JS continued to work as expected).

@seiyria
Copy link
Owner

seiyria commented Aug 9, 2021

@paulvancity we do not support bs5, as this issue is open. Likely there is a class conflict.

@charlygut
Copy link

I tried it and with little effort it works fine.

@sir-oliver
Copy link

sir-oliver commented Apr 19, 2024

The slider works fine but Bootstrap 5 has changed the markup of the tooltip, so the arrow does not work anymore.
The arrow element now has the class tooltip-arrow instead of just arrow.

<div class="tooltip tooltip-main bs-tooltip-top show" role="presentation">
<div class="tooltip-arrow"></div>
<div class="tooltip-inner"></div>
</div>

https://getbootstrap.com/docs/5.3/components/tooltips/#markup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants