Generates rainbow-colored text in React.
npm install react-rainbow-textGenerates rainbow-colored text in React.






* npm install react-rainbow-text --save or
* yarn add react-rainbow-text
``JS
import RainbowText from 'react-rainbow-text';
This is an example sentence that is the color of the rainbow.
`

* component
A custom component used for rendering each character.
* lightness
A number from 0 to 1 to represent how dark or light the text is. Default: 0.5
0 is black.
1 is white.
0.5 is full color.
Example of 0.25 Lightness:

Example of 0.75 Lightness:

* opacity
A number from 0 to 1 to represent the opacity of the text. Default: 1
* saturation
The saturation of the colors. Default: 1`
0 is grayscale.
1 is full color.
Example of 0.5 Saturation:

Example of 0.25 Saturation:
