OmegaHawkeye / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
6 stars 1 forks source link

Add support for NextUI #56

Open OmegaHawkeye opened 2 months ago

OmegaHawkeye commented 2 months ago

From kirimase created by njdowdy: nicoalbanese/kirimase#39

Wonderful project! It would be nice to have NextUI as an alternative option to shadcn/ui.

Project page: https://nextui.org/

Cheers!

OmegaHawkeye commented 2 months ago

i would really like that also......next ui and even radix ui if possible

OmegaHawkeye commented 2 months ago

@Ezejaemmanuel fairly sure Shadcn is a wrapper around radix UI

OmegaHawkeye commented 2 months ago

FWIW, I found it straightforward to add to a 'ui-less' kirimase scaffold. It required installing a few packages and components, adjusting the tailwind.config.ts as noted in the NextUI installation docs, followed by tweaking the providers structure that kirimase provides by default. If it would be helpful to know more details, I can provide them.