From 8c68ce77eba85e57caf2588587fb0e44d47227d3 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 23 Oct 2024 11:16:23 +0300 Subject: [PATCH] InputOtp forms added --- apps/showcase/doc/inputotp/FormDoc.vue | 122 +++++++++++++++++++++++++ apps/showcase/pages/inputotp/index.vue | 6 ++ 2 files changed, 128 insertions(+) create mode 100644 apps/showcase/doc/inputotp/FormDoc.vue diff --git a/apps/showcase/doc/inputotp/FormDoc.vue b/apps/showcase/doc/inputotp/FormDoc.vue new file mode 100644 index 000000000..71fc0c6d2 --- /dev/null +++ b/apps/showcase/doc/inputotp/FormDoc.vue @@ -0,0 +1,122 @@ + + + diff --git a/apps/showcase/pages/inputotp/index.vue b/apps/showcase/pages/inputotp/index.vue index a40835f2a..ce636f3b1 100644 --- a/apps/showcase/pages/inputotp/index.vue +++ b/apps/showcase/pages/inputotp/index.vue @@ -5,6 +5,7 @@