From f4f4be6b2793a7780c903216c2abcd8f8d630fc3 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Tue, 29 Oct 2024 17:36:15 +0100 Subject: [PATCH] Progressing on the components with the Slider and the Switch --- components/SliderInput.vue | 20 ++++++++++++++++++++ components/SliderRangeInput.vue | 21 +++++++++++++++++++++ components/Switch.vue | 6 +++--- components/TextInput.vue | 2 +- components/todo/SliderInput.vue | 0 pages/index.vue | 4 +++- 6 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 components/SliderInput.vue create mode 100644 components/SliderRangeInput.vue delete mode 100644 components/todo/SliderInput.vue diff --git a/components/SliderInput.vue b/components/SliderInput.vue new file mode 100644 index 0000000..70394ea --- /dev/null +++ b/components/SliderInput.vue @@ -0,0 +1,20 @@ + + + \ No newline at end of file diff --git a/components/SliderRangeInput.vue b/components/SliderRangeInput.vue new file mode 100644 index 0000000..4ed3ba7 --- /dev/null +++ b/components/SliderRangeInput.vue @@ -0,0 +1,21 @@ + + + \ No newline at end of file diff --git a/components/Switch.vue b/components/Switch.vue index 4302d41..c80b991 100644 --- a/components/Switch.vue +++ b/components/Switch.vue @@ -1,8 +1,8 @@