-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Is your feature request related to a problem? Please describe.
Hi, I found this project some time ago and have been trying to use it with mantine 8 (also tried mantine 7.x), the problem is that in the dev environment the client keeps receiving some chunks of data and then crashes the page itself.
what I am wanting to try is use mantine as UI, and tuono to SSG the website to be hostable on static server(pocketbase since it is quite a reliable data api server).
Describe the solution you'd like
I would like have a tutorial/ guide added to docs similar to mantine.dev's guide for nextjs since the documentation for tuono itself uses mantine UI (although older).
Describe alternatives you've considered
If not a tutorial then at least a template?
whichever is easier. but I would prefer tutorial since it could then be adapted to some other ui libraries.
Additional context
I am trying to use tuono in a production website as an SSG so I would then serve the static output using pocketbase.
I prefer Mantine over tailwind and many others since this is the UI library I have used most. (Heck I even tried making a copy of Mantine with similar functionality in html web components for use in simpler website but kind of failed miserably.)