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

test-reusable-button

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-reusable-button

## Project setup ``` npm install --save test-reusable-button ``` or ``` yarn add test-reusable-button ```

latest
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

test-reusable-button

Project setup

npm install --save test-reusable-button

or

yarn add test-reusable-button

Basic Usage

<template>
  <test-reusable-btn
    :customStyle="{
        color: 'gray',
        fontSize: '2rem',
        padding: '1rem 2rem',
        borderRadius: '1rem',
      }"
  />
</template>
<script>
import TestReusableButton from "test-reusable-button";

export default {
  components:{
    TestReusableButton
  }
}
</script>

FAQs

Package last updated on 03 Aug 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