Normally, Shadcn components are imported from local @/components/ui directory.
Now you can import the components from @kksh/vue package.
Most of Shadcn components are exported from @kksh/vue package.
For now, @kksh/vue has some treeshaking issues, importing from @kksh/vue may potentially add all components to your bundle.
I didn’t figure out how to fix it yet. If you are an expert in building Vue library, please help me. The source code is at https://github.com/kunkunsh/kunkun-components/tree/main/packages/vue.
The best way to import components from this library is to import from the subpackages, like @kksh/vue/button or @kksh/vue/command.