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

@tofusoup429/components-in-loading

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tofusoup429/components-in-loading

components-in-loading

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

react-component-module-frame

What is this project about?

This template was built to make publishing react-components easy. All the basic settings such as tsconfig.json and package.json are done. It is up to you to modify the setting for your own taste.

To download this project
git clone git@github.com:tofusoup429/react-component-module-frame.git

Replace files inside /src with your own component(s) and export them from index.ts.

Once your components are ready to be published, replace name in package.json with your own package name. And build.
To build
yarn build
the build command transpiles the files located in /src into /dist with ts declaration files such as exampleModule.d.ts.

To publish
yarn publish

to import this module from other project.
import {RotatingText} from "@tofusoup429/react-component-module-frame"

FAQs

Package last updated on 15 May 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

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