Integrate the dash-component-boilerplate with existed dash project

Hi all!

I am a new user on Dash.plot.ly
My question is how I actually put my new component (from the dash-component-boilerplate) to the already existed dash project?
Because, when I put all the stuff from dash-component-boilerplate to the project, it get messed and even I can’t run my react component. In addition, when I imported the new component, it was said the component is not found.

Thank you in advance!

Regards

Great question. You’ll be able to install the component by installing the generated tarball (see the steps here: https://github.com/plotly/dash-component-boilerplate, pip install my_dash_component-0.0.1.tar.gz)

1 Like