A stepper for Bootstrap 4.x
bs-stepper is a plugin for Bootstrap 4 that provides a stepper functionality for web developers. It can be used with React and Angular as it is written with VanillaJS, one of the most commonly used JavaScript frameworks.
npm install bs-stepper
or
yarn add bs-stepper
<link rel="stylesheet" href="path/to/bs-stepper.min.css">
<div class="bs-stepper">
<!-- Steps go here -->
</div>
.fade
class to the content and set animation to true..vertical
class to the stepper.<body>
tag.document.addEventListener('DOMContentLoaded', function() {
var stepper = new Stepper(document.querySelector('.bs-stepper'));
});
bs-stepper is a customizable and lightweight plugin for Bootstrap 4 that provides a versatile stepper functionality. It offers various features like linear and non-linear steppers, fade effects, and compatibility with different browsers. The plugin is easy to install using npm, yarn, or CDN and can be used with or without other dependencies.