add shadcn-svelte components

added
- button
- card
- field
- input
- label
- separator
- sonner
- tabs
This commit is contained in:
hiperman
2026-02-21 20:14:07 -05:00
parent f1069c240d
commit 84077e0e37
36 changed files with 1065 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
import Root from "./label.svelte";
export {
Root,
//
Root as Label,
};