forward-apricotF
Refine7mo ago
4 replies
forward-apricot

Using Refine with other MUI Layout?

Hi. I am exploring Refine right now. My project is using MUI so I am also exploring @refinedev/mui package.

I am wondering whether I can use other MUI layout component instead of <ThemedLayoutV2> to build my dashboard, while still using other MUI adapters in @refinedev/mui for datagrid, forms, etc., on the actual pages. My understanding is that <ThemedLayoutV2> depends on <Refine> but not the other way around. I am just not sure whether not using the <ThemedLayoutV2> will have any consequence related to using other components in the @refinedev/mui on my page.

To be more specific, I would like to use the <DashboardLayout> in @toolpad/core.

Is there anything I should know before I go this route? Thanks!
Was this page helpful?