create-next-stack
create-next-stack copied to clipboard
Add support for 3rd party component libraries
https://radix-ui.com/
I have forked and am working on adding Material UI, as of now it simply installs it with the rest of the dependencies if enabled, but I can add more functionality if desired. If you could list what would be required for it to be ready that would be amazing :)
I have forked and am working on adding Material UI, as of now it simply installs it with the rest of the dependencies if enabled, but I can add more functionality if desired. If you could list what would be required for it to be ready that would be amazing :)
Hey @jamesinaxx, sounds great!
The Next.js + Material UI example (https://github.com/vercel/next.js/tree/canary/examples/with-material-ui) refers to https://github.com/mui-org/material-ui/tree/master/examples/nextjs
So you can check that out to get an idea about what should be added to the generation of _app.ts and _document.ts.
Unfortunately I haven't refactored the code base yet, so you'll have to dig around a bit to find out how to add content to those two files.
Remaining component libraries moved to individual issues