optimistic-gold
optimistic-gold6mo ago

crm template

Is there anyway to get the crm template but with mui and nextjs?
2 Replies
kapa.ai
kapa.ai6mo ago
Hi @Spruce. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- The CRM template provided by Refine is built using Ant Design, not Material-UI (Mui). However, Refine does support Material-UI and Next.js. You can initialize your Refine projects with Material-UI and Next.js using the create refine-app command as recommended in the documentation (https://refine.dev/docs/ui-integrations/material-ui/theming#theme-provider). However, you would need to manually adapt the CRM template to use Material-UI instead of Ant Design. This would involve replacing the Ant Design components with their Material-UI equivalents. As for the source code of the CRM template, it is available on GitHub (https://github.com/refinedev/refine/tree/master/examples/app-crm). You can use this as a reference while adapting the template to use Material-UI and Next.js. Please note that this would require a good understanding of both Ant Design and Material-UI, as well as React and Next.js. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai6mo ago
<@184452259327770625> kapa.ai is still learning and improving, please let us know how it did by reacting below