From 9c83640b66a9bae90d9a4d7cf1db6a14afceb7f1 Mon Sep 17 00:00:00 2001 From: vasu Date: Wed, 21 Jun 2023 21:30:47 +0530 Subject: [PATCH] update input props schema --- docs/components/input.md | 5 ++- .../input/examples/InputExample.vue | 7 +++- src/components/Input/Input.vue | 36 ++++++++----------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/components/input.md b/docs/components/input.md index 3519590..8443c91 100644 --- a/docs/components/input.md +++ b/docs/components/input.md @@ -25,9 +25,12 @@ On this page you will find all of the input types based on multiple variants, st ```vue ``` diff --git a/docs/components/input/examples/InputExample.vue b/docs/components/input/examples/InputExample.vue index 0a58e72..c96ddd2 100644 --- a/docs/components/input/examples/InputExample.vue +++ b/docs/components/input/examples/InputExample.vue @@ -1,6 +1,11 @@ diff --git a/src/components/Input/Input.vue b/src/components/Input/Input.vue index 4871feb..45cf5b5 100644 --- a/src/components/Input/Input.vue +++ b/src/components/Input/Input.vue @@ -23,33 +23,25 @@