animated-button
v1.0.9
Published
<h1 align="center">Welcome to animated-button ๐</h1> <p> <a href="https://www.npmjs.com/package/animated-button" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/animated-button.svg"> </a> <a href="#" target="_blank"> <
Downloads
4
Readme
'Animated button component usyng styled components written in react'
Install
npm install
Usage
import AnimatedButton from "animated-button";
function App() {
return (
<div>
<AnimatedButton
primary
sml
loading=false
text="Click Me"
handleClick={() => console.log("Clicked me!")}
></AnimatedButton>
</div>
);
}
export default App;
Author
๐ค Rob Duffus, webnostix
- Website: https://developer-resume.leon4.now.sh/
- Twitter: @webnostix
- Github: @moringaman
Show your support
Give a โญ๏ธ if this project helped you!
This README was generated with โค๏ธ by readme-md-generator