Next.js Discord

Discord Forum

Mui in next

Unanswered
shaurya#007 posted this in #help-forum
Open in Discord
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 need
that file needs the use client mark
only then you can use the mui components in server components