0.0.5 • Published 8 months ago

a-react-ripples v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
8 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

8 months ago

0.0.2

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.1

8 months ago