Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tkrotoff/bootstrap-input-spinner

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tkrotoff/bootstrap-input-spinner

Bootstrap 5 spinner/loading/pending indicator for

  • 0.21.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@tkrotoff/bootstrap-input-spinner

npm version Node.js CI Prettier

Bootstrap 5 spinner/loading/pending indicator for <input>, <textarea> and <select>

demo

Example: https://codesandbox.io/s/github/tkrotoff/bootstrap-input-spinner/tree/codesandbox.io

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

Usage

npm install @tkrotoff/bootstrap-input-spinner

Import bootstrap-input-spinner.scss:

@import '~@tkrotoff/bootstrap-input-spinner/src/bootstrap-input-spinner';

Modify your Bootstrap 5 code as follow:

<div class="mb-3">
  <label for="email">Email address</label>
  <div class="is-loading">
    <input type="email" id="email" class="form-control">
    <div class="spinner-border spinner-border-sm"></div>
  </div>
</div>

Keywords

FAQs

Package last updated on 11 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc