REPOSITORY OVERVIEWLive repository statistics
โ
340Stars
โ 40Forks
โฏ 27Open issues
โ 340Watchers
32/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
0 Community adoption25% weight
48 Maintenance state20% weight
0 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview

็ฎไฝไธญๆ | English
Introduction
React-Loading is a React-based Loading animation component library includes many exquisite and beautiful loading components. It will effectively relieve the user's anxiety when you give loading dynamics tips at the appropriate place and moment in your project. This component library supports on-demand loading, so pick a favorite Loading component now to enrich your project ~
๐ check demo
Warning
After version 1.7.4-alpha.2, the project was refactored with typescript.
Quick Start
๐ Install
npm install react-loadingg
๐ฆ Use
import { BoxLoading } from 'react-loadingg';
<BoxLoading />;
Components related
๐ API
| Parameter | Description | Type | Default |
|---|
| color | Set color, support hexadecimal and RGB | string | '#00adb5' |
| speed | Set animation speed | number(s) | - |
| size | Set the component size, the optional value is small default large | string | 'default' |
| style | Style the component | Object | - |
๐ Components list
| components | color | speed | size | style |
|---|
| BabelLoading | โ
| โ
| โ
| โ
|
| BlockLoading | โ
| โ
| โ
| โ
|
| BlockReserveLoading | โ
| โ
| โ
| โ
|
| BoxLoading | โ
| โ
| โ
| โ
|
| CircleLoading | โ
| โ
| โ
| โ
|
| CircleToBlockLoading | โ
| โ
| โ
| โ
|
| CommonLoading | โ
| โ
| โ
| โ
|
| DisappearedLoading | โ
| โ
| โ
| โ
|
| LoopCircleLoading | โ
| โ
| โ
| โ
|
| NineCellLoading | โ
| โ
| โ
| โ
|
| TouchBallLoading | โ
| โ
| โ
| โ
|
| TransverseLoading | โ
| โ
| โ
| โ
|
| WaveLoading | โ
| โ
| โ
| โ
|
| WaveTopBottomLoading | โ
| โ
| โ
| โ
|
| WindMillLoading | โ
| โ
| โ
| โ
|
| JumpCircleLoading | โ
| โ
| โ
| โ
|
| MeteorRainLoading | โ
| โ
| โ
| โ
|
| RotateCircleLoading | โ
| โ
| โ
| โ
|
| StickyBallLoading | โ
| โ
| โ
| โ
|
| SemipolarLoading | โ
| โ
| โ
| โ
|
| SolarSystemLoading | โ
| โ
| โ
| โ
|
| LadderLoading | โ
| โ
| โ
| โ
|
|
โจ๏ธ Participate in development
Running the project for the first time
$ git clone https://github.com/sixiaodong123/react-loading
$ npm run dev
P.S.: If startup fails, please installyarnfirst
npm install -g yarn
Running the project for the second time
npm run storybook
๐จ Component packaging
$ npm run build
๐ Component release
$ npm run release
๐ค Component submission specifications
- perf: optimization related, such as improving performance and experience
- feat: new feature
- fix: fix bug
- docs: add or change documentation
- style: format (changes that do not affect code execution)
- refactor: refactoring (neither new features nor code changes that modify bugs)
- test: add tests
- chore: changes in the build process or aids
- upgrade: third-party library upgrades
- revert: rollback
- scope: the scope of the commit, such as: route, component, utils, build ...
- merge: Merge branch ? of ?.
โค๏ธ Component branch management
- Module Function Development (feature / xxx)
- Bug fixes (bug / xxx)
FAQ
๐ I just want to use BabelLoading๏ผbut it seems that I have to import the whole react-loadingg:
Tryreact-loading-demand, or load on demand in the following way
import BabelLoading from 'react-loadingg/lib/BabelLoading'
๐ The component is completely centered by default. If you want to modify the component's style, the component's default completely centered style will be overwritten.