Kiranism / next-shadcn-dashboard-starter

Admin Dashboard Starter with Nextjs14 and shadcn ui
https://next-shadcn-dashboard-starter.vercel.app
MIT License
1.43k stars 302 forks source link

Need help #13

Closed vishalkadam47 closed 3 months ago

vishalkadam47 commented 4 months ago

Actually I have a nextjs app using chakraUI login page and dashboard now I want to switch to shadcn, I'm very new to all these not a developer but still I can do customization as required. can you suggest me a better way to do it without disturbing the base code. as it has some server and client functions. I'll try my self but I'm scared of braking any code connections.

And any plans for Auth.js even I have next-auth.js in my app but only with github login, trying to add discord login.

By any chance are you on discord for communication

Qodestackr commented 4 months ago

Actually I have a nextjs app using chakraUI login page and dashboard now I want to switch to shadcn, I'm very new to all these not a developer but still I can do customization as required. can you suggest me a better way to do it without disturbing the base code. as it has some server and client functions. I'll try my self but I'm scared of braking any code connections.

And any plans for Auth.js even I have next-auth.js in my app but only with github login, trying to add discord login.

By any chance are you on discord for communication

You might break things. What specifically are you trying to bring in?

vishalkadam47 commented 4 months ago

Home page, Login page, and dashboard, the theme and components is using chakraUI. if you can help me migrate with shadcn I can work later adding other components later for now I'm confused.

vishalkadam47 commented 3 months ago

now I understand how to do, I'll try my self thanks.