Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amurkhoyetsyan/react-js-loader

react js loader
https://github.com/amurkhoyetsyan/react-js-loader

animation code ekvalayzer free front front-end frontend javascript js loader npm package programming react react-js reactjs reactjs-components rect-js-loder spinner typescript

Last synced: 26 days ago
JSON representation

react js loader

Awesome Lists containing this project

README

        

# React-js-loader

## [demo page](https://amurkhoyetsyan.github.io/smart-loaders/)

### Install

npm i react-js-loader

loader


### Documentation

props

| Name | Type |
| ------------------- | ------------------ |
| type | String |
| bgColor | String |
| color | String |
| title | String |
| size | Integer |
| LICENSE | [LICENSE](LICENSE) |


| Types Color | Types | Value Example |
| -------------------- | -------- | ------------------------------- |
| rgb | String | rgb(0, 0, 0) or rgb(0%, 0%, 0%) |
| hex | String | #000000 or #000 |
| hsl | String | hsl(0deg 0% 0%) |
| name | String | black |


| Types |
| ------------------- |
| box-rotate-x |
| box-rotate-y |
| box-rotate-z |
| box-rectangular |
| ping-cube |
| heart |
| bubble-scale |
| bubble-top |
| bubble-ping |
| bubble-spin |
| spinner-cub |
| spinner-circle |
| spinner-default |
| ekvalayzer |
| hourglass |
| rectangular-ping |


color and bgColor = rgb or hex

### Example

import React from 'react';

....
....
....

import Loader from "react-js-loader";

....
....
....

return (




setColor(color)} />



































































);