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

connect-widget

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-widget

A simple ui library for React

  • 0.0.1-beta.8
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Connect Widget

This project is in Beta DO NOT USE!

NPM Version

This is the UI for the connect widget. See usage and props for more details.

Installation

Install using npm package manager:

npm install connect-widget

Usage

import ConnectWidget from 'connect-widget'

const App = () => {
  return <ConnectWidget />
}

Props

proptypedescriptiondefault
*Coming soon

Developing

  1. Clone project
  2. Install Node(with npm). See package.json for current required versions.
  3. Run npm i
  4. Link Project
  5. Make changes
  6. Open Pull Request

Linking for Development

For developing this package locally, we suggest you use npm link to connect your local version of the package to your client app using the package.

  1. In the npm package root, run npm link.
  2. Then in your client project, run npm link connect-widget.

This will link the local package to your client project in the node modules. Unlink the package when you are finished or if you run into issues.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to add/update tests as appropriate.

FAQs

Package last updated on 11 Oct 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