create-next-stack icon indicating copy to clipboard operation
create-next-stack copied to clipboard

Add support for 3rd party component libraries

Open akd-io opened this issue 3 years ago • 3 comments

Component libraries to support:

akd-io avatar Jul 11 '21 21:07 akd-io

https://radix-ui.com/

leerob avatar Aug 17 '21 16:08 leerob

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 :)

jewlexx avatar Aug 19 '21 04:08 jewlexx

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.

akd-io avatar Aug 19 '21 05:08 akd-io

Remaining component libraries moved to individual issues

akd-io avatar May 26 '23 23:05 akd-io