From f3da51bbe6be44301ff03a9a03d6c92c0aced816 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 29 Dec 2024 17:18:46 +0100 Subject: [PATCH] refactor(ui): implement search and password type input --- front/src/components/ui/Input.vue | 95 ++++++++++++++++++++++++---- front/src/components/ui/input.scss | 92 ++++++++++++++++++--------- front/ui-docs/components/ui/input.md | 34 ++++++++++ 3 files changed, 176 insertions(+), 45 deletions(-) diff --git a/front/src/components/ui/Input.vue b/front/src/components/ui/Input.vue index b58acf093..964e61a09 100644 --- a/front/src/components/ui/Input.vue +++ b/front/src/components/ui/Input.vue @@ -1,35 +1,102 @@