How to implement Dark mode with Next.js and CSS variables
next-themes is a package for implementing Dark mode into your application. This article will guide you to create a toggle theme component with CSS variables.
- # CSS Variables
- # Dark Mode
- # next-themes