Next.js
Adding dark mode to your next app.
Install next-themes
Start by installing next-themes:
Create a providers
Wrap your root layout
Add the Providers to your root layout.
Make sure to add the suppressHydrationWarning prop to the html tag to
avoid a hydration mismatch error.