Mui with next 13 app directory .
Unanswered
shaurya#007 posted this in #help-forum
How do i use material ui with the aap directory ?
3 Replies
@shaurya#007 How do i use material ui with the aap directory ?
Masai Lion
you need to import @mui/material
after you can use it like you want
for exemple
import { Divider } from '@mui/material'
import TextField from '@mui/material/TextField'
import { Alert } from '@mui/material';
import Switch from '@mui/material/Switch';