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

create-dash-component

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-dash-component

A CLI for building custom Dash components from React

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

create-dash-component

A CLI for creating Dash components from React components

Installing

  • run npm install create-dash-component in your terminal, optionally you can add -g to install it globally.

How to use

  • cd into the React project you want to convert
  • Make sure you've built the project - if it's a create-react-app project, you want to run npm run build
  • Run create-dash-component %path_to_components% %path_to_build_folder% i.e. for a create-react-app, you should run: create-dash-component src/components build/static/js
  • create-dash-component will create a component suite with the name of the project, taken from package.json.
  • You can install your newly created component suite using python setup.py install! Now, you should be able import your new suite in Dash!

Keywords

FAQs

Package last updated on 19 Jul 2018

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