Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

payout-widget

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payout-widget

### Step 1: Edit the placeholder name in index.tsx file with your package/component name. You can do this in vscode by using the find and replace feature. Find 'PackageName' and replace it with you component name. Remember to use PascalCase because it is

  • 0.1.1
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Instructions on how to customize this template

Step 1:

Edit the placeholder name in index.tsx file with your package/component name. You can do this in vscode by using the find and replace feature. Find 'PackageName' and replace it with you component name. Remember to use PascalCase because it is a react component.

Step 2:

Edit the placeholder name in package.json file and readme file. You can do this in vscode by using the find and replace feature. Find 'package-name' and replace it with you component name. We recommend using hyphenated names like 'package-name' instead of other formats like camelCase or spaced names like 'packageName' or 'package name'.

Step 3:

Edit the publish.yml file in the .github/workflows folder to add your email and name. Replace 'bmsteve96@gmail.com' with your email and 'Benedict Steven' with your name.

Step 4:

Add NPM_AUTH_TOKEN and github TOKEN in the settings of your package repository in the github UI. You can find instrutions on how to generate NPM_AUTH_TOKEN here and github TOKEN here.

Step 5:

Remember to add your component's features and props in this README.md file below the instructions.

Step 6:

Remove the instructions from this README.md file.

@flexcodelabs/package-name

npm NPM

Package Name

Features

  • List of features

Installation

npm install @flexcodelabs/package-name

or

yarn add @flexcodelabs/package-name

Usage

...
import PackageName from '@flexcodelabs/package-name';

<
PackageName {
    ...props
}
/>

Examples

Source code
Demo

Props

NameTypeDefaultRequiredDescription
Proptype``falseDescriptions

FAQs

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

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