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
+17
View File
@@ -0,0 +1,17 @@
import Root, {
type ButtonProps,
type ButtonSize,
type ButtonVariant,
buttonVariants,
} from "./button.svelte";
export {
Root,
type ButtonProps as Props,
//
Root as Button,
buttonVariants,
type ButtonProps,
type ButtonSize,
type ButtonVariant,
};