文档目录 > 暗色模式 (Dark Mode)
暗色模式 (Dark Mode)
为您的站点添加暗色模式。
Next.js
安装 next-themes:
bashnpm install next-themes
创建主题提供者,使用 ThemeProvider 的 attribute="class" 属性包装应用。
Vite
安装 next-themes(与 Vite 兼容):
bashnpm install next-themes
Astro
使用 astro-theme-provider 或 next-themes。
Remix
使用 next-themes。
TanStack Start
使用 next-themes。