issues
search
patgpt
/
prismic-portfolio-starter
A developer portfolio starter
MIT License
1
stars
0
forks
source link
Themed with Darkmode and DaisyUI
#7
Open
patgpt
opened
12 hours ago
patgpt
commented
12 hours ago
Adding Dark Mode with DaisyUI.
Configure Tailwind CSS.
next-themes
to handle persisting the theme and respecting system preferences.
Update components to use the daisy classes.
patgpt
commented
12 hours ago
[ ] install dependencies
[ ] Providers component that will wrap the layout with Providers that require "use client" ie ThemeProvider
[ ] update the tailwind config for darkmode: "class"
[ ] Create a theme switcher
next-themes
to handle persisting the theme and respecting system preferences.