0.0.5 • Published 11 months ago
a-react-ripples v0.0.5
react ripples
a background ripples for a ReactNode;
Non-original, primary logical reference jquery ripples
This package is no longer maintained, you can check the latest update content in package oops-ui
Other languages
install
npm install  --save  a-react-ripplesuse
import { BackgroundRipple } from 'a-react-ripples';
<>
  ...
  <BackgroundRipple option={{ accelerating: 6 }}></BackgroundRipple>
  ...
</>;
// or
<BackgroundRipple option={{ accelerating: 6 }}>... ... ...</BackgroundRipple>;