{"id":20229562,"url":"https://github.com/datisekai/react-loadify","last_synced_at":"2026-06-19T01:31:39.784Z","repository":{"id":216811502,"uuid":"742510838","full_name":"datisekai/react-loadify","owner":"datisekai","description":"React Loadify: Simplify loading components in React. Customizable spinners, skeletons, progress bars, and more.","archived":false,"fork":false,"pushed_at":"2024-01-14T05:13:15.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T05:34:56.921Z","etag":null,"topics":["loadify","loading","loading-animations","loading-spinner","react","reactjs","sdk"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-loadify","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datisekai.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-12T16:34:56.000Z","updated_at":"2024-01-14T05:11:51.000Z","dependencies_parsed_at":"2024-01-13T01:28:08.561Z","dependency_job_id":"8b0ea2d0-06c0-4f8c-b341-8cdc79650c53","html_url":"https://github.com/datisekai/react-loadify","commit_stats":null,"previous_names":["datisekai/react-loadify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datisekai/react-loadify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datisekai%2Freact-loadify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datisekai%2Freact-loadify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datisekai%2Freact-loadify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datisekai%2Freact-loadify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datisekai","download_url":"https://codeload.github.com/datisekai/react-loadify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datisekai%2Freact-loadify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34514282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["loadify","loading","loading-animations","loading-spinner","react","reactjs","sdk"],"created_at":"2024-11-14T07:36:08.700Z","updated_at":"2026-06-19T01:31:39.502Z","avatar_url":"https://github.com/datisekai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Loadify\n\n[![Downloads](https://img.shields.io/npm/dt/react-loadify.svg?style=flat\u0026color=success)](https://www.npmjs.com/package/react-loadify)\n![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/react-loadify)\n[![Build Size](https://img.shields.io/bundlejs/size/react-loadify)](https://pkg-size.dev/react-loadify)\n[![Version](https://img.shields.io/npm/v/react-loadify?style=flat\u0026color=success)](https://www.npmjs.com/package/react-loadify)\n\u003ca href=\"https://pkg-size.dev/react-loadify\"\u003e\u003cimg src=\"https://pkg-size.dev/badge/install/103906\" title=\"Install size for react-loadify\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pkg-size.dev/react-loadify\"\u003e\u003cimg src=\"https://pkg-size.dev/badge/bundle/24854\" title=\"Bundle size for react-loadify\"\u003e\u003c/a\u003e\n\n## Installation\n\n```bash\nnpm i react-loadify\n# or\n# yarn add react-loadify\n```\n\n## Import\n\n```js\nimport { DSpinner } from \"react-loadify\";\nimport \"react-loadify/dist/react-loadify.min.css\";\n```\n\n## Examples\n\n### DSpinner\n\n```js\n\u003cDSpinner size={100} color=\"red\" borderWidth={10} speed={1000} /\u003e\n```\n\n#### DSpinner Props\n\n- color (string, optional): Specifies the color of the spinner. Default value is '#fff'.\n- size (number, optional): Specifies the size of the spinner in pixels. Default value is 48.\n- speed (number, optional): Specifies the speed of the spinner animation in milliseconds. Default value is 1500.\n- borderWidth (number, optional): Specifies the width of the spinner's border in pixels. Default value is 5.\n\n### DDot\n\n```js\n\u003cDDot size={100} color=\"red\" speed={1000} /\u003e\n```\n\n#### DDot Props\n\n- color (string, optional): Specifies the color of the spinner. Default value is '#fff'.\n- size (number, optional): Specifies the size of the spinner in pixels. Default value is 48.\n- speed (number, optional): Specifies the speed of the spinner animation in milliseconds. Default value is 1500.\n\n### DBar\n\n```js\n\u003cDBar size={100} color=\"red\" speed={1000} /\u003e\n```\n\n#### DBar Props\n\n- color (string, optional): Specifies the color of the spinner. Default value is '#fff'.\n- size (number, optional): Specifies the size of the spinner in pixels. Default value is 48.\n- speed (number, optional): Specifies the speed of the spinner animation in milliseconds. Default value is 1500.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatisekai%2Freact-loadify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatisekai%2Freact-loadify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatisekai%2Freact-loadify/lists"}