kunkun/packages/ui/components.json
Huakun Shen ce42409a39
Feature: Quick Link (#17)
* feat: add page for add quick link (not working yet)

* upgrade @kksh/svelte5

* fix: infinite recursive footer

* dep: add @kksh/svelte5 to ui package

* dep: add supabase-js

* dep: add @iconify/svelte

* style: modify StoreExtDetail width control

* fixed: UI for extension store detail

* feat: add page to create quick link

* feat: display quick links in cmd palette

* snapshot

* show queries in command input

* feat: quick link fully implemented

* refactor: format all with prettier

* feat: add icon picker for quick link adder

* fix: make invert for icon optional, caused many types to crash
2024-11-07 12:26:06 -05:00

17 lines
417 B
JSON

{
"$schema": "https://next.shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.ts",
"css": "app.css",
"baseColor": "neutral"
},
"aliases": {
"components": "@kksh/ui/src/components",
"utils": "@kksh/ui/utils",
"ui": "@kksh/ui/src/components/ui",
"hooks": "@kksh/ui/src/hooks"
},
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}