Skip to content

Commit

Permalink
Create new UI based on shadcn and tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
de-ich committed Dec 8, 2024
1 parent 66ea811 commit ed6d222
Show file tree
Hide file tree
Showing 140 changed files with 4,154 additions and 16,522 deletions.
11 changes: 9 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}
14 changes: 14 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src\\app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/shadcn",
"utils": "$lib/utils"
},
"typescript": true
}
Loading

0 comments on commit ed6d222

Please sign in to comment.