npm.io
1.1.0 • Published 6 years ago

@yaniv-abu/random-mandala-loader-react

Licence
Version
1.1.0
Deps
6
Size
16 kB
Vulns
0
Weekly
0
Stars
4

random-mandala-loader-react

React component that renders a random generated animated mandala.

install using npm:

npm i @yaniv-abu/random-mandala-loader-react

use in React:

import MandalaLoader from '@yaniv-abu/random-mandala-loader-react';

and render.

Optional parameters: animate (boolean) - making some circles of the mandala animated with rotation. clickToRegenerate (boolean) - makes the mandala clickable and regenerates a new one on click.