Is it possible to use dash-core-components in React?

We are using the dash-component-boilerplate repo to build some of our own custom react components for our dash application. However there are some instances where we need to use certain input components (sliders, dropdowns, etc.) within the custom components we are building. We do this to handle more complex state management patterns that are often simpler to do on the react side.

I’m wondering if it is possible to include the dash-core-components react library as a dependency for our custom react library and be able to use components like dcc.Slider directly in our react code. The goal here is to keep all the components we use in our react library consistent with the components we have in our dash app.

1 Like

Hello @ctodonnell
I´m facing the same issue. Have you find any solution? Thanks

1 Like