What is the best way to open source & publish a custom Dash component?

I’ve been using Dash for several months now, and have primarily used the Dash core components, but I recently found a React component I liked that did not have a Dash equivalent. I followed the Converting React Components To Dash tutorial using the dash-component-boiler plate, and I got the callbacks to work with the properties I need. My question now is how can I open source this so that it can be pip installed or otherwise accessible for others to import?

hi @jfranck

That’s a good question. There are publishing instructions in the cookiecutter.

Let us know how it goes. We have a couple of community members that are reviewing this doc, trying to make it even better. Any feedback, while you go through the process, would be welcome.

Thank you,

1 Like