From aad8d84e13ce31c1b7c1cbb930fb8bd4c0abe13a Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 7 May 2023 23:31:10 +0200 Subject: ui-lib(new-component): added text input component in the c-lib --- src/ui/c-input-text/c-input-text.vue | 198 +++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 src/ui/c-input-text/c-input-text.vue (limited to 'src/ui/c-input-text/c-input-text.vue') diff --git a/src/ui/c-input-text/c-input-text.vue b/src/ui/c-input-text/c-input-text.vue new file mode 100644 index 0000000..a40d26a --- /dev/null +++ b/src/ui/c-input-text/c-input-text.vue @@ -0,0 +1,198 @@ + + + + + -- cgit v1.2.3