#Is it possible to use on Next.js 13 AppRouter?
18 messages · Page 1 of 1 (latest)
you can use mantine v7
v7.mantine.dev
i see
im currently running v7 w/ app router next 13 - feel free to ask any questions if you have them @zenith kiln
Thank you
i did
every library could have bugs,
it just that v7 is on beta, better than alpha
to install, i recommend using https://github.com/mantinedev/next-app-template @zenith kiln
Mantine + Next.js app router template (7.0+). Contribute to mantinedev/next-app-template development by creating an account on GitHub.
or making sure your configuration matches that 🙂
can install the beta version manually by running yarn add @mantine/[email protected] for the latest version and you'll want to make sure you setup the postcss.config.js file as indicated here https://v7.mantine.dev/getting-started if you dont' use the template
i haven't found bugs yet, but there have been some reported and fixed with each iteration. I have however run into a lot of headaches with the App Router.... i'd really recommend using pages instead and regret trying the app router lol
Okay thank you!