I built a custom Dark Mode for React + Tailwindcss
I recently wrote an article on creating dark mode in Next.js. Today, I'm sharing an even quicker method in React.
Step 1: Install TailwindCSS and Lucide-React
Install TailwindCSS and lucide-react:
npm install tailwindcss lucide-react
# or
yarn add ta...
guillaumeduhan.hashnode.dev3 min read