Can we integrate dash with React app components?

I have built a app in dash but now I need to standardize the app with other products in my organization and for this we need to use material UI react components alread6y created for other front end applications, is it possible to integrate dash with material UI components? If yes, please share some details

All Dash components are actually React components. If you already have existing React components, you can convert them into Dash components, which you can then use inside your Dash layout. See this page for how to go about that: Build Your Own Components | Dash for Python Documentation | Plotly

1 Like

There are actually two GitHub repos around for Material UI as a starting point, though they might be behind recent developments and don’t cover all the components:

1 Like

Thank You, this will be good help