feat: clerk theming and preset selector

This commit is contained in:
2026-01-03 13:31:10 +01:00
parent 8995979eb1
commit 145c3b1136
21 changed files with 381 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
import tailwindcss from "@tailwindcss/vite";
import { shadcn } from "@clerk/themes";
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
@@ -30,4 +31,9 @@ export default defineNuxtConfig({
websocket: true
}
},
})
clerk: {
appearance: {
theme: shadcn
}
}
})