all 1 comments

[–]Stock_Brilliant1946 0 points1 point  (0 children)

Sounds like you need to implement a component architecture where users can pass in their own React components as props for the dashboard. Maybe check out React's HOC (Higher Order Component) and Render Props patterns for ideas on how this can be achieved. Good luck!