+
+
+
Primary Button
+
Default Button
+
Dashed Button
+
Text Button
+
Link Button
+
+
+
+
+
+
+
+
+ ShadcnButton
+ Secondary
+ Destructive
+ Outline
+ Ghost
+ Link
+
-
-
-
-
-
-
-
- ShadcnButton
- Secondary
- Destructive
- Outline
- Ghost
- Link
-
-
-
-
+
diff --git a/src/shadcn/components/ui/input/Input.vue b/src/shadcn/components/ui/input/Input.vue
new file mode 100644
index 0000000..b769673
--- /dev/null
+++ b/src/shadcn/components/ui/input/Input.vue
@@ -0,0 +1,24 @@
+
+
+
+
+
diff --git a/src/shadcn/components/ui/input/index.ts b/src/shadcn/components/ui/input/index.ts
new file mode 100644
index 0000000..a691dd6
--- /dev/null
+++ b/src/shadcn/components/ui/input/index.ts
@@ -0,0 +1 @@
+export { default as Input } from './Input.vue'