NPM Package (svelte 4): @kksh/svelte
As svelte 5 is released in 2024, we have released a new package @kksh/svelte5
for svelte 5.
NPM Package (svelte 5): @kksh/svelte5
Original Shadcn Svelte: https://www.shadcn-svelte.com/
Normally, Shadcn components are imported from local @/components/ui
directory.
Now you can import the components from @kksh/svelte
package.
Most of Shadcn components are exported from @kksh/svelte
package.
Component Examples
Command Palette Example
Theme
You can get KK’s color theme and set your extension theme to match KK’s theme.
@kksh/svelte
requires <ThemeWrapper />
component to be wrapped around the root component.
For color theme to take effect, you need to import the theme styles from @kksh/vue/themes
.