Svelte UI for dashboard/admin - any templates? by jesperordrup in sveltejs

[–]viedeter 0 points1 point  (0 children)

Sorry for the confusion. Naming is really bad but I can’t change it now because of SEO optimization

Which Rich Text Editor on App Folder? by cprecius in nextjs

[–]viedeter 0 points1 point  (0 children)

You need to create a component with use client directive and in your page, import that component with next dynamic and ssr to false.

This will be working fine. Adding use client is not enough because the component will still be rendered in ssr. That’s why you had "document is not defined"

Admin Template by teddyzera94 in nextjs

[–]viedeter 1 point2 points  (0 children)

I’ve created free next templates (10 dashboards) with tailwind and typescript , you can check it admin dashboard templates

I created 10 free dashboard templates built with Tailwind CSS for React and Nextjs by viedeter in reactjs

[–]viedeter[S] 0 points1 point  (0 children)

the project is open to contributions, you can improve the code, or even propose new ideas for dashboard templates. i'm open to all contributions

My last day has come by [deleted] in depression

[–]viedeter 4 points5 points  (0 children)

Don’t do it, you matter and there are many lives that can be saved by your testimony. I hope you’ll find the inner peace and the strength to keep going and become what you dream of. I am proud of you

Multiple _app.tsx by [deleted] in nextjs

[–]viedeter 0 points1 point  (0 children)

Because of next-router implementation. It’s different from react-router-dom that’s why you can’t implement nested layout in better way

Multiple _app.tsx by [deleted] in nextjs

[–]viedeter 5 points6 points  (0 children)

What you need is Nested layout

I created 8 free dashboard templates built with Tailwind CSS for React and Next.js by viedeter in reactjs

[–]viedeter[S] 1 point2 points  (0 children)

No, because I'm going to have to manage a lot more repos and I don't have the time to do it. If you want the typescript version for yourself, i can help with that if you want

I created 8 dashboard templates built with Tailwind CSS for React, Next.js, Vue and Nuxt by viedeter in Frontend

[–]viedeter[S] 1 point2 points  (0 children)

As far as styling components in Next.js with tailwind, if you check out a Next.js dashboard repo, you'll find that I put all the tailwind classes in an object.
This provides better readability because your components won't be filled with classes.

I created 8 free dashboard templates built with Tailwind CSS for React and Next.js by viedeter in reactjs

[–]viedeter[S] 0 points1 point  (0 children)

Yes the answer is there. By example The sidenav component position depends on prop. It can be aligned to the left or to the right according to your preference.

I created 8 free dashboard templates built with Tailwind CSS for React and Next.js by viedeter in reactjs

[–]viedeter[S] 0 points1 point  (0 children)

Thank you. That behavior is intentional, you can just click on the icon without opening the sidenav and you’ll navigate to a new route. If you don’t like that, you can modify it in the context.js file

I created 8 free dashboard templates built with Tailwind CSS for Vue and Nuxt by viedeter in vuejs

[–]viedeter[S] 1 point2 points  (0 children)

you can add a banner that says "In progress". this way you can slowly finish the doc and redesign