1.0.9 ⢠Published 4 years ago
animated-button v1.0.9
'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