Bubbling effect on buttons
npm install react-bubbly-effect-button --saveIf you prefer yarn then
yarn react-bubbly-effect-button| Property | Type | Default | Description |
|---|---|---|---|
| text | string | 'Dummy | Button text |
| bgColor | string | #ff2e2e | Button and particle color |
| color | string | white | Button text color |
| onClick | func | null | Callback for on click for the button |
Check out the demo to see in action
importReactfrom'react'importReactBubblyEffectButtonfrom"react-bubbly-effect-button";constonClick=()=>{console.log('Clicked')}constBubblyButton=()=>{return<ReactBubblyEffectButtontext="Click here"color='#fff'bgColor='#ff0081'onClick={onClick}/>}exportdefaultBubblyButton;This module was bootstrapped with build-react-npm.
MIT © Ankit Kumar
Support my OSS work by following me on twitter
