From c683dd5981c131a01fdef229c07607b8545a14be Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Tue, 28 Mar 2023 23:46:55 +0200 Subject: [PATCH] Implement Input Components --- client/src/components/inputs/CheckBox.vue | 21 +++++++++++++++++++ .../components/inputs/MultilineTextBox.vue | 18 ++++++++++++++++ client/src/components/inputs/TextBox.vue | 15 +++++++++++++ client/src/global-styles/atomic.css | 3 ++- client/src/global-styles/mlfe.css | 1 + 5 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 client/src/components/inputs/CheckBox.vue create mode 100644 client/src/components/inputs/MultilineTextBox.vue create mode 100644 client/src/components/inputs/TextBox.vue diff --git a/client/src/components/inputs/CheckBox.vue b/client/src/components/inputs/CheckBox.vue new file mode 100644 index 0000000..e756b61 --- /dev/null +++ b/client/src/components/inputs/CheckBox.vue @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/client/src/components/inputs/MultilineTextBox.vue b/client/src/components/inputs/MultilineTextBox.vue new file mode 100644 index 0000000..7fba52a --- /dev/null +++ b/client/src/components/inputs/MultilineTextBox.vue @@ -0,0 +1,18 @@ + + +