plotly / dash-component-boilerplate

Get started creating your own Dash components here.
266 stars 182 forks source link

Include own component in the main program #101

Open nikushin opened 4 years ago

nikushin commented 4 years ago

I was able to create my component by following this instruction (https://dash.plotly.com/react-for-python-developers). The component starts separately, everything is fine. But I don’t understand how to add it to the main program. Please help me.

xhluca commented 3 years ago

Hi @nikushin, have you taken a look at the webinar on creating components?

Aside: in general it's a good idea to ask questions about the docs or usage in the Dash Community Forum, since it's more active.