- Notifications
You must be signed in to change notification settings - Fork110
React component for loading animations
NotificationsYou must be signed in to change notification settings
fakiolinho/react-loading
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Easy to use loading animations for React projects. Uses SVG animations from Brent Jackson'sloading project.
npm i react-loadingor
yarn add react-loadingCheckhere
- blank
- balls
- bars
- bubbles
- cubes
- cylon
- spin
- spinningBubbles
- spokes
importReactfrom'react';importReactLoadingfrom'react-loading';constExample=({ type, color})=>(<ReactLoadingtype={type}color={color}height={667}width={375}/>);exportdefaultExample;
importReactfrom'react';importReactLoadingfrom'react-loading';constExample=({ type, color})=>(<ReactLoadingtype={type}color={color}height={'20%'}width={'20%'}/>);exportdefaultExample;
| Name | Type | Default Value |
|---|---|---|
| type | String | balls |
| color | String | #ffffff |
| delay | Number | 0 (msecs) |
| height | Number or String | 64 (px) |
| width | Number or String | 64 (px) |
| className | String | '' |
MIT
About
React component for loading animations
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.