New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sweet-buttons

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sweet-buttons

A simple button library for React

latest
npmnpm
Version
1.7.2
Version published
Maintainers
1
Created
Source

Sweet Buttons

npm version License: MIT

A collection of sweet buttons for your web projects.

Installation

You can install Sweet Buttons using npm:

npm install sweet-buttons

Usage

To use sweet button , simply import 'Button' from sweet-buttons , it's that simple !

import {Button} from sweet-buttons

const MyButton = () => {
    return(
        <>
            <Button> Click Me! </Button>
        </>
    );
}

FAQs

Package last updated on 28 Mar 2024

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