{"id":20066888,"url":"https://github.com/beekai-oss/react-flip-numbers","last_synced_at":"2026-03-15T19:17:58.225Z","repository":{"id":54989552,"uuid":"131460741","full_name":"beekai-oss/react-flip-numbers","owner":"beekai-oss","description":"🎰 Flip your numbers in 3D","archived":false,"fork":false,"pushed_at":"2024-12-17T01:01:19.000Z","size":1247,"stargazers_count":318,"open_issues_count":0,"forks_count":30,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-21T00:30:20.944Z","etag":null,"topics":["animation","counter","flip","number","number-counter","react","reactjs"],"latest_commit_sha":null,"homepage":"https://codesandbox.io/s/exciting-gagarin-xoq9if","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/beekai-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"patreon":"bluebill1049","github":["bluebill1049"]}},"created_at":"2018-04-29T02:45:30.000Z","updated_at":"2025-10-18T15:45:26.000Z","dependencies_parsed_at":"2024-06-18T14:05:28.504Z","dependency_job_id":"284797c2-0006-4e2f-b9cc-b3a348204c1e","html_url":"https://github.com/beekai-oss/react-flip-numbers","commit_stats":null,"previous_names":["bluebill1049/react-flip-numbers"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/beekai-oss/react-flip-numbers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-flip-numbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-flip-numbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-flip-numbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-flip-numbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beekai-oss","download_url":"https://codeload.github.com/beekai-oss/react-flip-numbers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-flip-numbers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30549950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T15:03:43.933Z","status":"ssl_error","status_checked_at":"2026-03-15T15:03:37.630Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","counter","flip","number","number-counter","react","reactjs"],"created_at":"2024-11-13T14:00:17.875Z","updated_at":"2026-03-15T19:17:58.197Z","avatar_url":"https://github.com/beekai-oss.png","language":"JavaScript","funding_links":["https://patreon.com/bluebill1049","https://github.com/sponsors/bluebill1049"],"categories":[],"sub_categories":[],"readme":"# React Flip Numbers\n\n[![Coverage Status](https://coveralls.io/repos/github/bluebill1049/react-flip-numbers/badge.svg?branch=master)](https://coveralls.io/github/bluebill1049/react-flip-numbers?branch=master)\n[![npm version](https://img.shields.io/npm/v/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)\n[![npm downloads](https://img.shields.io/npm/dm/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)\n[![npm](https://img.shields.io/npm/dt/react-flip-numbers.svg?style=flat-square)](https://www.npmjs.com/package/react-flip-numbers)\n[![npm](https://badgen.net/bundlephobia/minzip/react-flip-numbers)](https://badgen.net/bundlephobia/minzip/react-flip-numbers)\n\n\u003e **Make number animation looks sexy** :clap:\n\n- Flip your numbers in 3D space\n- Super easy to use\n\n## Install\n\n    npm install react-flip-numbers -S\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"600\" src=\"https://raw.githubusercontent.com/bluebill1049/react-flip-numbers/master/react-flip-numbers.gif\" alt=\"react flip numbers\" /\u003e\n\u003c/p\u003e\n\n## Quickstart\n\n```jsx\nimport react from 'react';\nimport FlipNumbers from 'react-flip-numbers';\n\nexport default () =\u003e {\n  return \u003cFlipNumbers height={12} width={12} color=\"red\" background=\"white\" play perspective={100} numbers=\"12345\" /\u003e;\n};\n```\n\n## API\n\n| Prop             | Type    | Required | Description                              |\n| :--------------- | :------ | :------: | :--------------------------------------- |\n| `numbers`        | string  |    ✓     |                                          |\n| `play`           | boolean |    ✓     | Start the animation                      |  |\n| `height`         | number  |    ✓     | Individual number height                 |\n| `width`          | number  |    ✓     | Individual number width                  |\n| `color`          | string  |    ✓     | Number color                             |\n| `background`     | string  |          | Background color                         |\n| `perspective`    | number  |          | CSS 3D transition perspective            |\n| `nonNumberStyle` | string  |          | CSS inline style for not number eg , : . |\n| `numberStyle`    | string  |          | CSS inline style for number              |\n| `duration`       | number  |          |                                          |\n| `delay`          | number  |          |                                          |\n\n\n## By the makers of BEEKAI\n\nWe also make [BEEKAI](https://www.beekai.com/). Build the next-generation forms with modern technology and best in class user experience and accessibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekai-oss%2Freact-flip-numbers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeekai-oss%2Freact-flip-numbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekai-oss%2Freact-flip-numbers/lists"}