Next.js
Adding dark mode to your next app.
Dark Mode
Create a theme provider.
Wrap your root layout.
Add the ThemeProvider
to your root layout and add the suppressHydrationWarning
prop to the html
tag.
Adding dark mode to your next app.
Add the ThemeProvider
to your root layout and add the suppressHydrationWarning
prop to the html
tag.