1.1.0 • Published 4 years ago

@yaniv-abu/random-mandala-loader-react v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

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.