Mui in next
Unanswered
shaurya#007 posted this in #help-forum
If I use mui with next will the mui components be used as client component or server component.
3 Replies
British Shorthair
If you need to use a library like
material ui you have to create a file that imports and exports the components that you needthat file needs the
use client markonly then you can use the
mui components in server components