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
107
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-hoveror
yarn add react-ripples-hoverUsage
import React from 'react';
import Link from 'react-ripples-hover';
function TypesExample() {
return (
<>
<Link href="/" label="Ripples Hover"></Link>
</>
);
}
export default TypesExample;