From 705b37fa06ab647a447295e4175f00bc1309bf66 Mon Sep 17 00:00:00 2001
From: JustTemmie <47639983+JustTemmie@users.noreply.github.com>
Date: Sun, 1 Jun 2025 06:13:00 +0200
Subject: [PATCH] feat: button components
---
components/buttons/Button.vue | 43 ++++++++++++++++++++++++++++++
components/buttons/ButtonScary.vue | 43 ++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+)
create mode 100644 components/buttons/Button.vue
create mode 100644 components/buttons/ButtonScary.vue
diff --git a/components/buttons/Button.vue b/components/buttons/Button.vue
new file mode 100644
index 0000000..20783c0
--- /dev/null
+++ b/components/buttons/Button.vue
@@ -0,0 +1,43 @@
+
+
+
+
+ {{ props.text }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/buttons/ButtonScary.vue b/components/buttons/ButtonScary.vue
new file mode 100644
index 0000000..71c0bc7
--- /dev/null
+++ b/components/buttons/ButtonScary.vue
@@ -0,0 +1,43 @@
+
+
+
+
+ {{ props.text }}
+
+
+
+
+
+
\ No newline at end of file