1.0.9 • Published 4 years ago

animated-button v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

'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

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago