twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
170.14k stars 78.78k forks source link

add stepper for wizards and similar things #33747

Closed realrecordzLab closed 3 years ago

realrecordzLab commented 3 years ago

I use bootstrap since v3 was released. As a backend developer I love it because it give me the ability to quickly create responsive UI for websites or mobile/desktop app. The new features added in v5 are awesome, finally the offcanvas is part of the framework and there is no need to do tricky things to achive it, also the removal of jquery from dependencies is a great deal.

I've looked ath the documentations but the component I was looking for seems not existing at the moment. It will be nice to have a stepper like the one from this site, it can be useful to create wizards or other things that are divided into steps. Also if is possible, it will be great if popper.js is removed from dependencies, this thing in particular will make the framework more lighter and I think better.

mdo commented 3 years ago

31014