{"id":16534694,"url":"https://github.com/josephgoksu/easy-react-text-loop","last_synced_at":"2026-04-12T09:39:10.717Z","repository":{"id":178145333,"uuid":"661425857","full_name":"josephgoksu/easy-react-text-loop","owner":"josephgoksu","description":"easy-react-text-loop is a React component that allows you to easily create text loops with a nice fade animation.","archived":false,"fork":false,"pushed_at":"2023-07-02T21:27:47.000Z","size":1477,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-09T14:13:00.201Z","etag":null,"topics":["animation-library","easy-text-loop","react","react-library","text-loop"],"latest_commit_sha":null,"homepage":"https://josephgoksu.com/products","language":"TypeScript","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/josephgoksu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-07-02T19:59:51.000Z","updated_at":"2025-03-15T15:56:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"2cab93fc-9f49-4b7c-985d-4e1cceb29646","html_url":"https://github.com/josephgoksu/easy-react-text-loop","commit_stats":null,"previous_names":["josephgoksu/easy-react-text-loop"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/josephgoksu/easy-react-text-loop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgoksu%2Feasy-react-text-loop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgoksu%2Feasy-react-text-loop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgoksu%2Feasy-react-text-loop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgoksu%2Feasy-react-text-loop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josephgoksu","download_url":"https://codeload.github.com/josephgoksu/easy-react-text-loop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgoksu%2Feasy-react-text-loop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267306870,"owners_count":24067039,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["animation-library","easy-text-loop","react","react-library","text-loop"],"created_at":"2024-10-11T18:25:01.858Z","updated_at":"2026-04-12T09:39:05.698Z","avatar_url":"https://github.com/josephgoksu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy React Text Loop\n\n![text-loop2](./docs/images/animation.gif)\n\neasy-react-text-loop is a React component that allows you to easily create text loops with a nice fade animation.\n\n[![module formats: umd, cjs, and esm][modules-badge]][size]\n\n[![npm version][version-badge]][npm]\n[![npm downloads][downloads-badge]][npm]\n[![MIT License][license-badge]][license]\n[![PRs Welcome][prs-badge]][prs]\n\n---\n\n## Installation\n\n```bash\nnpm install --save easy-react-text-loop\n```\n\nor\n\n```bash\nyarn add easy-react-text-loop\n```\n\nor\n\n```bash\npnpm add easy-react-text-loop\n```\n\n### Usage\n\n```jsx\nimport { TextLoop } from \"easy-react-text-loop\";\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n      I will loop through these words:{\" \"}\n      \u003cTextLoop\u003e\n        \u003cspan\u003ehello\u003c/span\u003e\n        \u003cspan\u003eworld\u003c/span\u003e\n        \u003cspan\u003eeveryone\u003c/span\u003e\n      \u003c/TextLoop\u003e{\" \"}\n      and then start again!\n    \u003c/div\u003e\n  );\n};\n```\n\n### Props\n\n| Prop      | Type            | Default | Definition                                              |\n| --------- | --------------- | ------- | ------------------------------------------------------- |\n| interval  | number \\| array | `2500`  | The frequency (in ms) that the words change.            |\n| children  | node            |         | The words you want to loop (required)                   |\n| animation | enum         | `spring`  | Animation type |\n\n## Contributing\n\nPlease follow our\n[contributing guidelines](https://github.com/josephgoksu/easy-react-text-loop/blob/main/CONTRIBUTING.md).\n\n## License\n\n[MIT](https://github.com/braposo/easy-react-text-loop/blob/master/LICENSE)\n\n[npm]: https://www.npmjs.com/package/easy-react-text-loop\n[license]: https://github.com/braposo/easy-react-text-loop/blob/master/LICENSE\n[prs]: http://makeapullrequest.com\n[size]: https://unpkg.com/easy-react-text-loop/dist/easy-react-text-loop.min.js\n[version-badge]: https://img.shields.io/npm/v/easy-react-text-loop.svg?style=flat-square\n[downloads-badge]: https://img.shields.io/npm/dm/easy-react-text-loop.svg?style=flat-square\n[license-badge]: https://img.shields.io/npm/l/easy-react-text-loop.svg?style=flat-square\n[modules-badge]: https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat-square\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[codesandbox-badge]: https://codesandbox.io/static/img/play-codesandbox.svg\n[codesandbox]: https://codesandbox.io/s/easy-react-text-loop-playground-br4q1\n\n## Author\n\n- [Joseph Goksu](https://josephgoksu.com/)\n\nI inspired from **react-text-loop** and **easy-react-text-loop** and I wanted to make it easier to use. I hope you like it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephgoksu%2Feasy-react-text-loop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephgoksu%2Feasy-react-text-loop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephgoksu%2Feasy-react-text-loop/lists"}