Replies: 1 comment
-
You can do this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to add makeStyles aswell from MUI? My app heavily relies on it and I cannot use solid if I don't have the ability to makeStyles like I do with MUI. Is there any plans to port this over from MUI?
In react you just import: import { makeStyles } from '@mui/styles';
Beta Was this translation helpful? Give feedback.
All reactions