whats the best way to do theming in nextjs?
Answered
!=tgt posted this in #help-forum
!=tgtOP
Specifically a theme switcher for catppuccin with tailwindcss
Answered by aardani
Use next-themes to switch themes and add the catpuccin colors on the respective theme
3 Replies
@!=tgt Specifically a theme switcher for catppuccin with tailwindcss
Use next-themes to switch themes and add the catpuccin colors on the respective theme
Answer
@aardani Use next-themes to switch themes and add the catpuccin colors on the respective theme
!=tgtOP
I set that up but can't quite get the classes to apply
I'm new to nextjs