react-animated-buttons
Version:
Customizable Button component that includes some preset animations when the component is hover
24 lines (16 loc) • 537 B
Markdown
Customizable Button component that includes some preset animations when the component is hover.
* You can find the documentation of the use and props of this component in the following link: https://hgleyder.github.io/react-animated-button/
* yarn add react-animated-buttons
* npm install --save react-animated-buttons
```javascript
import AnimatedButton from 'react-animated-buttons';
...
...
return (
<AnimatedButton>Example Button</AnimatedButton>
)
```