Dark mode
Install next-themes
Start by installing next-themes
:
Create a theme provider
Wrap your root layout
Add the ThemeProvider
to your root layout.
Add a mode toggle
Place a mode toggle on your site to toggle between light and dark mode.
Adding dark mode to your next app.
Start by installing next-themes
:
Add the ThemeProvider
to your root layout.
Place a mode toggle on your site to toggle between light and dark mode.