From 77f2efc0b92847c3b1198446f4b520ecb2263164 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 14 May 2023 21:26:18 +0200 Subject: refactor(ui): replaced some n-input with c-input-text --- src/ui/c-input-text/c-input-text.demo.vue | 45 ++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 4 deletions(-) (limited to 'src/ui/c-input-text/c-input-text.demo.vue') diff --git a/src/ui/c-input-text/c-input-text.demo.vue b/src/ui/c-input-text/c-input-text.demo.vue index 2363219..5a5fa99 100644 --- a/src/ui/c-input-text/c-input-text.demo.vue +++ b/src/ui/c-input-text/c-input-text.demo.vue @@ -2,6 +2,9 @@

Default

+

With placeholder

@@ -24,16 +27,50 @@

Validation

- + + + +

Clearable

+ +

Type password

+ + + +

Multiline

+ + + + + + + + -- cgit v1.2.3