admin-dashboard-nextjs-typescript-daisyui-template
admin-dashboard-nextjs-typescript-daisyui-template copied to clipboard
Free admin dashboard template in Typescript using Daisy UI, Next JS App Router and Tailwind CSS
Results
2
admin-dashboard-nextjs-typescript-daisyui-template issues
Sort by
recently updated
recently updated
newest added
Refactored menu to fix submenu item click glitch. Applied formatting to all files.
you missed to import **reactToastify.css** file in your project. Which is making react-toastify not to work correctly. I added it in /app/(protected)/layout.tsx Maybe, there is a better place to import...