diff --git a/content/docs/dark-mode/next.mdx b/content/docs/dark-mode/next.mdx index ef7489cad7f..84bccb97403 100644 --- a/content/docs/dark-mode/next.mdx +++ b/content/docs/dark-mode/next.mdx @@ -7,6 +7,14 @@ description: Adding dark mode to your next app. +### Install next-themes + +Start by installing `next-themes`: + +```bash +npm install next-themes +``` + ### Create a theme provider ```tsx title="components/theme-provider.tsx"