๐Ÿš€ Socket Launch Week ๐Ÿš€ Day 5: Introducing Socket Fix.Learn More โ†’
Socket
Sign inDemoInstall
Socket

animated-button

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animated-button

Welcome to animated-button ๐Ÿ‘‹ <

1.0.7
npm
Version published
Weekly downloads
5
-28.57%
Maintainers
1
Weekly downloads
ย 
Created
Source

Welcome to animated-button ๐Ÿ‘‹

Version License: MIT Twitter: webnostix

An animated button component usyng styled components written in react

Install

npm install animated-button

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

FAQs

Package last updated on 24 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts