{"id":20652913,"url":"https://github.com/gregoranders/react-spinner","last_synced_at":"2025-03-09T21:24:36.773Z","repository":{"id":36969191,"uuid":"275663701","full_name":"gregoranders/react-spinner","owner":"gregoranders","description":"React Spinner Component","archived":false,"fork":false,"pushed_at":"2024-03-11T06:57:59.000Z","size":190,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T17:47:18.892Z","etag":null,"topics":["codacy","codeclimate","jest","react","spinner","typescript"],"latest_commit_sha":null,"homepage":"https://gregoranders.github.io/react-spinner","language":"JavaScript","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/gregoranders.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2020-06-28T20:34:30.000Z","updated_at":"2023-01-31T18:20:08.000Z","dependencies_parsed_at":"2023-02-16T04:30:45.648Z","dependency_job_id":"bd201717-78db-45b0-a2d9-2874c55e21a4","html_url":"https://github.com/gregoranders/react-spinner","commit_stats":{"total_commits":55,"total_committers":3,"mean_commits":"18.333333333333332","dds":"0.19999999999999996","last_synced_commit":"4a3e51288226efc30d6ebe72ccd8b37354bbecab"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Freact-spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Freact-spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Freact-spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Freact-spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoranders","download_url":"https://codeload.github.com/gregoranders/react-spinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242753373,"owners_count":20179674,"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":["codacy","codeclimate","jest","react","spinner","typescript"],"created_at":"2024-11-16T17:39:18.519Z","updated_at":"2025-03-09T21:24:36.706Z","avatar_url":"https://github.com/gregoranders.png","language":"JavaScript","readme":"# @gregoranders/react-spinner\n\n\u003c!-- markdownlint-disable-next-line MD033--\u003e\n[\u003cimg src=\"./typescript.svg\" /\u003e][typescript-url] [\u003cimg src=\"./react.svg\" /\u003e][react-url]\n\n## [React][react-url] [Spinner](./docs/index.md) intended to be used with [`Suspense`][suspense-url]\n\n[![License][license-image]][license-url]\n[![Issues][issues-image]][issues-url]\n[![Code maintainability][code-maintainability-image]][code-maintainability-url]\n[![Code issues][code-issues-image]][code-issues-url] [![Code Technical Debt][code-tech-debt-image]][code-tech-debt-url]\n\n[![Codacy Badge][codacy-quality-image]][codacy-url]\n[![Codacy Badge][codacy-coverage-image]][codacy-url]\n\n[![Main Language][language-image]][code-metric-url] [![Languages][languages-image]][code-metric-url]\n[![Code Size][code-size-image]][code-metric-url] [![Repository Size][repo-size-image]][code-metric-url]\n\n### Features\n\n- [TypeScript][typescript-url]\n- [Jest][jest-url] Unit Tests with Code Coverage\n- GitHub CI Integration (feature, development, master, release)\n- Code Quality via [Code Climate](./docs/codeclimate.md) and [Codacy](./docs/codacy.md)\n\n\u003c!-- markdownlint-disable MD013 --\u003e\n\u003c!-- lint disable remark-lint-maximum-line-length --\u003e\n\u003c!-- lint disable maximum-line-length --\u003e\n| GitHub                                                           | Coveralls                                                                  |                                                                              |\n| ---------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |\n| [![Release Build][release-build-image]][release-url]             |                                                                            | [![Release][release-image]][release-url]                                     |\n| [![Master Build][master-build-image]][master-url]                | [![Master Coverage][master-coveralls-image]][master-coveralls-url]         | [![Master Version][master-version-image]][master-version-url]                |\n| [![Development Build][development-build-image]][development-url] | [![Test Coverage][development-coveralls-image]][development-coveralls-url] | [![Development Version][development-version-image]][development-version-url] |\n\u003c!-- lint enable maximum-line-length --\u003e\n\u003c!-- lint enable remark-lint-maximum-line-length --\u003e\n\u003c!-- markdownlint-enable MD013 --\u003e\n#### Example\n\n\u003c!-- markdownlint-disable MD033 --\u003e\n```tsx\nimport React, { Suspense } from 'react';\nimport Spinner from '@gregoranders/react-spinner';\n\nexport const App = () =\u003e {\n  return \u003cSuspense fallback={\u003cSpinner /\u003e}\u003e...\u003c/Suspense\u003e;\n};\n```\n\u003c!-- markdownlint-enable MD033 --\u003e\n\n#### Clone repository\n\n```sh\ngit clone https://github.com/gregoranders/react-spinner\n```\n\n#### Install dependencies\n\n```sh\nnpm install\n```\n\n#### Build\n\n```sh\nnpm run build\n```\n\n#### Test using [Jest][jest-url]\n\n```sh\nnpm test\n```\n\n#### Code Climate Checks [docker required](docs/codeclimate.md)\n\n```sh\nnpm run codeclimate\n```\n\n#### Codacy Checks [docker required](docs/codacy.md)\n\n```sh\nnpm run codacy\n```\n\n#### Clear\n\n```sh\nnpm run clear\n```\n\n[release-url]: https://github.com/gregoranders/react-spinner/releases\n[master-url]: https://github.com/gregoranders/react-spinner/tree/master\n[development-url]: https://github.com/gregoranders/react-spinner/tree/development\n[code-metric-url]: https://github.com/gregoranders/react-spinner/search?l=TypeScript\n[license-url]: https://github.com/gregoranders/react-spinner/blob/master/LICENSE\n[license-image]: https://img.shields.io/github/license/gregoranders/react-spinner.svg\n[master-version-url]: https://github.com/gregoranders/react-spinner/blob/master/package.json\n[master-version-image]: https://img.shields.io/github/package-json/v/gregoranders/react-spinner/master\n[development-version-url]: https://github.com/gregoranders/react-spinner/blob/development/package.json\n[development-version-image]: https://img.shields.io/github/package-json/v/gregoranders/react-spinner/development\n[issues-url]: https://github.com/gregoranders/react-spinner/issues\n[issues-image]: https://img.shields.io/github/issues-raw/gregoranders/react-spinner.svg\n[release-image]: https://img.shields.io/github/release/gregoranders/react-spinner\n[release-build-image]: https://github.com/gregoranders/react-spinner/workflows/Release%20CI/badge.svg\n[master-build-image]: https://github.com/gregoranders/react-spinner/workflows/Master%20CI/badge.svg\n[development-build-image]: https://github.com/gregoranders/react-spinner/workflows/Development%20CI/badge.svg\n[master-coveralls-url]: https://coveralls.io/github/gregoranders/react-spinner?branch=master\n[master-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/react-spinner/master\n[development-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/react-spinner/development\n[development-coveralls-url]: https://coveralls.io/github/gregoranders/react-spinner?branch=development\n[code-maintainability-url]: https://codeclimate.com/github/gregoranders/react-spinner/maintainability\n[code-maintainability-image]: https://img.shields.io/codeclimate/maintainability/gregoranders/react-spinner\n[code-issues-url]: https://codeclimate.com/github/gregoranders/react-spinner/maintainability\n[code-issues-image]: https://img.shields.io/codeclimate/issues/gregoranders/react-spinner\n[code-tech-debt-url]: https://codeclimate.com/github/gregoranders/react-spinner/maintainability\n[code-tech-debt-image]: https://img.shields.io/codeclimate/tech-debt/gregoranders/react-spinner\n[codacy-quality-image]: https://app.codacy.com/project/badge/Grade/94ba1b3b86ba4b0187f5c2ffe9085f31\n[codacy-coverage-image]: https://app.codacy.com/project/badge/Coverage/94ba1b3b86ba4b0187f5c2ffe9085f31\n[codacy-url]: https://app.codacy.com/gh/gregoranders/react-spinner/dashboard\n[language-image]: https://img.shields.io/github/languages/top/gregoranders/react-spinner\n[languages-image]: https://img.shields.io/github/languages/count/gregoranders/react-spinner\n[code-size-image]: https://img.shields.io/github/languages/code-size/gregoranders/react-spinner\n[repo-size-image]: https://img.shields.io/github/repo-size/gregoranders/react-spinner\n[typescript-url]: http://www.typescriptlang.org/\n[jest-url]: https://jestjs.io/\n[react-url]: https://reactjs.org/\n[suspense-url]: https://reactjs.org/docs/concurrent-mode-suspense.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Freact-spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoranders%2Freact-spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Freact-spinner/lists"}