{"id":18160704,"url":"https://github.com/blankeos/solid-number-flow","last_synced_at":"2025-05-07T08:44:51.513Z","repository":{"id":257914297,"uuid":"873866289","full_name":"Blankeos/solid-number-flow","owner":"Blankeos","description":"🌊 A SolidJS component to transition, format, and localize numbers. Forked from @barvian/number-flow.","archived":false,"fork":false,"pushed_at":"2025-01-17T03:48:43.000Z","size":703,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T08:21:18.736Z","etag":null,"topics":["number-animation","number-flow","number-format","slot-machine","solid-js","solidjs"],"latest_commit_sha":null,"homepage":"https://solid-number-flow.pages.dev","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/Blankeos.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":"2024-10-16T21:17:36.000Z","updated_at":"2025-03-11T03:15:20.000Z","dependencies_parsed_at":"2024-10-18T01:35:01.382Z","dependency_job_id":null,"html_url":"https://github.com/Blankeos/solid-number-flow","commit_stats":null,"previous_names":["blankeos/solid-number-flow"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fsolid-number-flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fsolid-number-flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fsolid-number-flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Fsolid-number-flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blankeos","download_url":"https://codeload.github.com/Blankeos/solid-number-flow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252846334,"owners_count":21813422,"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":["number-animation","number-flow","number-format","slot-machine","solid-js","solidjs"],"created_at":"2024-11-02T08:09:05.370Z","updated_at":"2025-05-07T08:44:51.492Z","avatar_url":"https://github.com/Blankeos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003cimg width=\"100%\" src=\"https://assets.solidjs.com/banner?type=solid-number-flow\u0026background=tiles\u0026project=%20\" alt=\"solid-number-flow\"\u003e\n\u003c/p\u003e\n\n# solid-number-flow\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"_docs/demo.gif\" alt=\"Demo\"  /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/maintained%20with-bun-cc00ff.svg?style=for-the-badge\u0026logo=bun)](https://bun.sh/\" alt=\"Bun\"\u003e\u003c/img\u003e\n  \u003ca href=\"https://www.npmjs.com/package/solid-number-flow\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dw/solid-number-flow?style=for-the-badge\" alt=\"NPM Downloads\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/npm/l/solid-number-flow?style=for-the-badge\" alt=\"NPM License\"\u003e\u003c/img\u003e\n  \u003cimg src=\"https://img.shields.io/bundlephobia/minzip/solid-number-flow?style=for-the-badge\" alt=\"NPM Bundle Size\" \u003e\u003c/img\u003e\n\u003c/div\u003e\n\nA SolidJS component to transition, format, and localize numbers. Forked from [@barvian/number-flow](https://github.com/barvian/number-flow).\n\n## Quick start\n\nInstall it:\n\n```bash\nnpm i solid-number-flow\n# or\nyarn add solid-number-flow\n# or\npnpm add solid-number-flow\n# or\nbun add solid-number-flow\n```\n\nUse it:\n\n```tsx\nimport solid-number-flow from 'solid-number-flow'\n\nexport default function Page() {\n  const [value, setValue] = createSignal(398.43);\n\n  return (\n    \u003c\u003e\n      \u003cbutton onClick={() =\u003e setValue(Math.random() * 1000)}\u003eRandom\u003c/button\u003e\n      \u003cNumberFlow value={value()} /\u003e\n    \u003c/\u003e\n  )\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Fsolid-number-flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblankeos%2Fsolid-number-flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Fsolid-number-flow/lists"}