From bd3b24f2deff3071046e0aa79a50c2436a373c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sun, 19 Feb 2023 21:46:28 +0100 Subject: [PATCH] Add new components --- src/runtime/components/BitinflowInput.vue | 14 ++++++ src/runtime/components/BitinflowSelectBox.vue | 44 +++++++++++++++++++ .../components/BitinflowSelectBoxGroup.vue | 11 +++++ 3 files changed, 69 insertions(+) create mode 100644 src/runtime/components/BitinflowSelectBox.vue create mode 100644 src/runtime/components/BitinflowSelectBoxGroup.vue diff --git a/src/runtime/components/BitinflowInput.vue b/src/runtime/components/BitinflowInput.vue index 68d7f0d..bec2505 100644 --- a/src/runtime/components/BitinflowInput.vue +++ b/src/runtime/components/BitinflowInput.vue @@ -5,6 +5,7 @@ +
+
+
+ +
+
+ +
+ +
+
+ + + diff --git a/src/runtime/components/BitinflowSelectBoxGroup.vue b/src/runtime/components/BitinflowSelectBoxGroup.vue new file mode 100644 index 0000000..77a0fd1 --- /dev/null +++ b/src/runtime/components/BitinflowSelectBoxGroup.vue @@ -0,0 +1,11 @@ + + +