From de8100af3a36253d32d449a9bd445a761386b724 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 20 Mar 2024 14:04:26 +0100 Subject: [PATCH] feat(Input): handle icons --- playground/pages/input.vue | 36 +++++++++-- src/runtime/components/Input.vue | 74 ++++++++++----------- src/theme/input.ts | 107 ++++++++++++++++++++++++++++--- 3 files changed, 164 insertions(+), 53 deletions(-) diff --git a/playground/pages/input.vue b/playground/pages/input.vue index 137c94a4..49abd7e1 100644 --- a/playground/pages/input.vue +++ b/playground/pages/input.vue @@ -5,15 +5,37 @@ import input from '#build/ui/input' diff --git a/src/runtime/components/Input.vue b/src/runtime/components/Input.vue index 23b0275d..964cfe65 100644 --- a/src/runtime/components/Input.vue +++ b/src/runtime/components/Input.vue @@ -1,11 +1,12 @@