How to use MUI in Fresh?
Is there a way to use Material UI components library in Fresh?
Here is the code I tried:
And it gives me this error:
You can use MUI in Preact: https://github.com/mui/material-ui/tree/master/examples/preact
But I don't know how to use it in Fresh.
GitHub
material-ui/examples/preact at master · mui/material-ui
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design. - material-ui/examples/preact at master · mui/material-ui
1 Reply
I found a Demo project that renders correctly: https://github.com/irbull/fresh-mui/blob/main/islands/Demo.tsx
But it doesn't actually work as expected...
GitHub
fresh-mui/Demo.tsx at main · irbull/fresh-mui
An example that uses Fresh and MUI. Contribute to irbull/fresh-mui development by creating an account on GitHub.