react-animated-button-component-library
v1.0.18
Published
A react Library for animated buttons
Downloads
4
Maintainers
Readme
Animated Button Library
A custom React Component Library for animated Buttons
Table of Contents
Installing Package
Using npm
npm i react-animated-button-component-library
Using yarn
yarn add react-animated-button-component-library
Code Implementation
Required Props
- label (string, required): Button Label.
Buttons Available
1) AnimatedBlackButton
2) AnimatedBlueButton
3) AnimatedNavyButton
4) AnimatedOrangeButton
5) AnimatedPurpleButton
6) AnimatedRedButton
7) AnimatedTealButton
8) AnimatedUnicornButton
Contributing
- Fork the repository.
- Clone your forked repository.
- Create a new branch for your feature or bug fix.
- Make changes and commit them.
- Push your changes to your forked repository.
- Open a pull request to the main repository.