0.0.5 • Published 7 months ago

a-react-ripples v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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

English 中文

install

npm install  --save  a-react-ripples

use

import { BackgroundRipple } from 'a-react-ripples';
<>
  ...
  <BackgroundRipple option={{ accelerating: 6 }}></BackgroundRipple>
  ...
</>;

// or

<BackgroundRipple option={{ accelerating: 6 }}>... ... ...</BackgroundRipple>;
0.0.3

7 months ago

0.0.2

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.1

7 months ago