0.2.1 • Published 1 year ago

react-ripples-hover v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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;

Component props