Bootstrap 5 spinner/loading/pending indicator for <input>
npm install @tkrotoff/bootstrap-input-spinner


Bootstrap 5 spinner/loading/pending indicator for , and
!demo
Example: https://codesandbox.io/s/github/tkrotoff/bootstrap-input-spinner/tree/codesandbox.io
- Small: ~200 lines of SCSS
- Works with modern browsers
- Uses Bootstrap variables
Check the changelog for breaking changes and fixes between releases.
⚠️ Latest implementation for Bootstrap >= 4.2 & < 5 is @tkrotoff/bootstrap-input-spinner v0.10.2
⚠️ Latest implementation for Bootstrap < 4.2 is @tkrotoff/bootstrap-spinner v0.0.4
npm install @tkrotoff/bootstrap-input-spinner
Import bootstrap-input-spinner.scss:
``SCSS`
@import '~@tkrotoff/bootstrap-input-spinner/src/bootstrap-input-spinner';
Modify your Bootstrap 5 code as follow:
`HTML``