0.0.1-beta.8 • Published 8 months ago

connect-widget v0.0.1-beta.8

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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.