Bubbling effect on buttons
npm install react-bubbly-effect-button --saveIf you prefer yarn then
yarn react-bubbly-effect-buttonCheck out the demo to see in action
import React from 'react'
import ReactBubblyEffectButton from "react-bubbly-effect-button";
const onClick = () => {
console.log('Clicked')
}
const BubblyButton = () => {
return <ReactBubblyEffectButton text="Click here" color='#fff' bgColor='#ff0081' onClick={onClick} />
}
export default BubblyButton;This module was bootstrapped with build-react-npm.
MIT © Ankit Kumar
Support my OSS work by following me on twitter

