{"id":16417080,"url":"https://github.com/tkrotoff/bootstrap-input-spinner","last_synced_at":"2025-03-23T06:31:37.934Z","repository":{"id":41308907,"uuid":"156029709","full_name":"tkrotoff/bootstrap-input-spinner","owner":"tkrotoff","description":"Bootstrap 5 spinner/loading/pending indicator for \u003cinput\u003e, \u003ctextarea\u003e and \u003cselect\u003e","archived":false,"fork":false,"pushed_at":"2023-03-11T00:14:32.000Z","size":976,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T10:23:30.798Z","etag":null,"topics":["bootstrap","bootstrap5","button","input","spinner"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkrotoff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-03T22:37:02.000Z","updated_at":"2023-10-25T11:37:40.000Z","dependencies_parsed_at":"2024-06-21T07:12:47.309Z","dependency_job_id":"a608ddb0-bcd3-4577-a09b-e19735627ba4","html_url":"https://github.com/tkrotoff/bootstrap-input-spinner","commit_stats":null,"previous_names":["tkrotoff/bootstrap-spinner"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrotoff%2Fbootstrap-input-spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrotoff%2Fbootstrap-input-spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrotoff%2Fbootstrap-input-spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkrotoff%2Fbootstrap-input-spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkrotoff","download_url":"https://codeload.github.com/tkrotoff/bootstrap-input-spinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244281114,"owners_count":20427786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap5","button","input","spinner"],"created_at":"2024-10-11T07:10:57.378Z","updated_at":"2025-03-23T06:31:37.457Z","avatar_url":"https://github.com/tkrotoff.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @tkrotoff/bootstrap-input-spinner\n\n[![npm version](https://badge.fury.io/js/%40tkrotoff%2Fbootstrap-input-spinner.svg)](https://www.npmjs.com/package/@tkrotoff/bootstrap-input-spinner)\n[![Node.js CI](https://github.com/tkrotoff/bootstrap-input-spinner/workflows/Node.js%20CI/badge.svg?branch=master)](https://github.com/tkrotoff/bootstrap-input-spinner/actions)\n[![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\nBootstrap 5 spinner/loading/pending indicator for `\u003cinput\u003e`, `\u003ctextarea\u003e` and `\u003cselect\u003e`\n\n![demo](doc/demo.gif)\n\nExample: https://codesandbox.io/s/github/tkrotoff/bootstrap-input-spinner/tree/codesandbox.io\n\n- Small: ~200 lines of [SCSS](src/bootstrap-input-spinner.scss)\n- Works with modern browsers\n- Uses [Bootstrap variables](https://getbootstrap.com/docs/5.0/customize/sass/#variable-defaults)\n\nCheck the [changelog](CHANGELOG.md) for breaking changes and fixes between releases.\n\n⚠️ Latest implementation for Bootstrap \u003e= 4.2 \u0026 \u003c 5 is [@tkrotoff/bootstrap-input-spinner v0.10.2](https://github.com/tkrotoff/bootstrap-input-spinner/tree/v0.10.2)\n\n⚠️ Latest implementation for Bootstrap \u003c 4.2 is [@tkrotoff/bootstrap-spinner v0.0.4](https://github.com/tkrotoff/bootstrap-input-spinner/tree/v0.0.4)\n\n## Usage\n\n`npm install @tkrotoff/bootstrap-input-spinner`\n\nImport [bootstrap-input-spinner.scss](src/bootstrap-input-spinner.scss):\n\n```SCSS\n@import '~@tkrotoff/bootstrap-input-spinner/src/bootstrap-input-spinner';\n```\n\nModify your [Bootstrap 5 code](https://getbootstrap.com/docs/5.0/forms/overview/) as follow:\n\n```HTML\n\u003cdiv class=\"mb-3\"\u003e\n  \u003clabel for=\"email\"\u003eEmail address\u003c/label\u003e\n  \u003cdiv class=\"is-loading\"\u003e\n    \u003cinput type=\"email\" id=\"email\" class=\"form-control\"\u003e\n    \u003cdiv class=\"spinner-border spinner-border-sm\"\u003e\u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkrotoff%2Fbootstrap-input-spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkrotoff%2Fbootstrap-input-spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkrotoff%2Fbootstrap-input-spinner/lists"}