{"id":16415988,"url":"https://github.com/skycloud1030/react-loadingmask","last_synced_at":"2025-07-16T21:08:41.306Z","repository":{"id":38239392,"uuid":"52869388","full_name":"skycloud1030/react-loadingmask","owner":"skycloud1030","description":"A Loading Component for displaying loading state of a page or a section.","archived":false,"fork":false,"pushed_at":"2023-01-06T01:35:01.000Z","size":1960,"stargazers_count":7,"open_issues_count":19,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T22:04:33.037Z","etag":null,"topics":["loading-animations","react"],"latest_commit_sha":null,"homepage":"https://skycloud1030.github.io/react-loadingmask/example/","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/skycloud1030.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-01T10:42:52.000Z","updated_at":"2022-05-23T16:27:07.000Z","dependencies_parsed_at":"2023-02-05T01:30:36.590Z","dependency_job_id":null,"html_url":"https://github.com/skycloud1030/react-loadingmask","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/skycloud1030/react-loadingmask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycloud1030%2Freact-loadingmask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycloud1030%2Freact-loadingmask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycloud1030%2Freact-loadingmask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycloud1030%2Freact-loadingmask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skycloud1030","download_url":"https://codeload.github.com/skycloud1030/react-loadingmask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycloud1030%2Freact-loadingmask/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265540619,"owners_count":23784945,"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":["loading-animations","react"],"created_at":"2024-10-11T07:08:03.067Z","updated_at":"2025-07-16T21:08:41.274Z","avatar_url":"https://github.com/skycloud1030.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-loadingmask\n\n[![Travis](https://api.travis-ci.org/skycloud1030/react-loadingmask.svg?branch=master)](https://travis-ci.org/skycloud1030/react-loadingmask)\n[![Coverage Status](https://coveralls.io/repos/github/skycloud1030/react-loadingmask/badge.svg?branch=master)](https://coveralls.io/github/skycloud1030/react-loadingmask?branch=master)\n[![Version](https://img.shields.io/npm/v/react-loadingmask.svg)](https://www.npmjs.com/package/react-loadingmask)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Donloads](https://img.shields.io/npm/dm/react-loadingmask.svg)](https://www.npmjs.com/package/react-loadingmask)\n\nA Loading Component for displaying loading state of a page or a section.\n\n## Install\n\n```sh\nnpm i --save react-loadingmask\nyarn add react-loadingmask --save\n```\n\n## Getting Started\n\n```js\nimport LoadingMask from \"react-loadingmask\";\nimport \"react-loadingmask/dist/react-loadingmask.css\";\n\n\u003cLoadingMask loading={true} text={\"loading...\"}\u003e\n  \u003cdiv style={{ width: 500, height: 300 }}\u003eCompoment You want to display\u003c/div\u003e\n\u003c/LoadingMask\u003e\n```\n\n## Demo\n\n- [preview](https://skycloud1030.github.io/react-loadingmask/example/)\n- [code](https://github.com/skycloud1030/react-loadingmask/blob/gh-pages/src/index.js)\n\n## Properties\n\n| Props     | Type      | Description                          | Default |\n| :-------- | :-------- | :----------------------------------- | :------ |\n| loading   | boolean   | Loading status                       | false   |\n| text      | string    | Customize description content        | -       |\n| indicator | ReactNode | React node of the spinning indicator | -       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycloud1030%2Freact-loadingmask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskycloud1030%2Freact-loadingmask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycloud1030%2Freact-loadingmask/lists"}