react-ripples-hover
v0.2.1
Published
React ripple effect on hover and click component. Customizable, lightweight Google's Material UI style ripple effect
Downloads
20
Maintainers
Readme
React Ripples Hover
React ripple effect on hover and click component. Customizable, lightweight Google's Material UI style ripple effect
Installation
npm install react-ripples-hover
or
yarn add react-ripples-hover
Usage
import React from 'react';
import Link from 'react-ripples-hover';
function TypesExample() {
return (
<>
<Link href="/" label="Ripples Hover"></Link>
</>
);
}
export default TypesExample;