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

@remote.it/components

Package Overview
Dependencies
Maintainers
4
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remote.it/components

A collection of remote.it React components

  • 1.1.47
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-97.01%
Maintainers
4
Weekly downloads
 
Created
Source

@remote.it/components

Install

npm i @remote.it/components

Usage

import { Button } from '@remote.it/components'

function MyComponent(): JSX.Element {
  return (
    <div>
      <Button>Click me!</Button>
    </div>
  )
}

Development

Setup the project:

# Use the right version of node
nvm use

# Install dependencies
npm i

You need to add the fontawesome token to your config: npm config set '//npm.fontawesome.com/:_authToken' ""

Useful commands:

  • Link Desktop: npm run link-desktop to run the necessary commands to sym-link the components into the desktop app for rapid development. Then npm link back to this component from desktop npm link ../../remote.it.js/packages/remoteit-components/
  • Test: npm run verify or watch with npm run test-watch
  • Build: npm run compile (from the project root)
  • Run Storybook: npm run storybook
  • Version: npm run version
  • Publish: npm run release
  • Publish alpha: npm run alpha-release
  • You must be a member of the @remote.it npm organization, have Two-Factor auth setup and have been granted access to this project before you can publish.

License

MIT

Contributing

PRs welcome! Please write tests, update docs and run ESLint on your changes (see package.json for scripts to help).

Keywords

FAQs

Package last updated on 28 Jul 2022

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