animated-button

1.0.9ย โ€ขย Publicย โ€ขย Published

Welcome to animated-button ๐Ÿ‘‹

Version License: MIT Twitter: webnostix

'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

Readme

Keywords

none

Package Sidebar

Install

npm i animated-button

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

83.5 kB

Total Files

8

Last publish

Collaborators

  • webnostix