UNPKG

react-animated-buttons

Version:

Customizable Button component that includes some preset animations when the component is hover

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