New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

animated-buttons

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animated-buttons

This is a reusable buttons component for React that supports different types of buttons. You can easily switch between button types by changing the classname.

  • 0.3.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

Buttons Component

This is a reusable buttons component for React that supports different types of buttons. You can easily switch between button types by changing the classname.

Installation

You can install this package using npm:

npm install animated-buttons

Components

There is 5 types of Buttons Components available

<Button/>
<BlobButton/>
<FlushButton/>
<HoverButton/>
<DeleteButton/>

Demo

Usage

To use this component in your React app, simply import it and render it:

import React from 'react';
import { Button } from 'animated-buttons';

function App() {
  return (
    <div>
      <Button/>
    </div>
  );
}

Available Props


<Button
className={}
style={}
type={}
value={}
isDisabled={}
onPress={}
/>
PropsDatatype
classNameString
stylestring
typestring
valuestring
isDisabledboolean
onPressfunction

Contributing

Contributions are always welcome! If you have an idea for a new feature or find a bug, please open an issue or submit a pull request.

License

This package is licensed under the MIT License.

Credits

This package was inspired by many other open source React components. Thank you to all the developers who have contributed to the React community!

Keywords

FAQs

Package last updated on 14 Apr 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc