You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap currently supports the option to disable/enable pausing the carousel when hovering.
Currently B-Carousel pauses it on hover by default, with no option to disable it.
Adding a prop 'pause' which could be set to 'hover' or null/false depending on what interaction you want would be great.
Another possibility could be to add an 'option' prop and allow the options from the bootstrap docs to be passed through it to make it more like native bootstrap.