From 483dfe94b50e64c4479ea6e2f1ebc84bc03de592 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 19 Sep 2024 10:29:46 +0300 Subject: [PATCH] Float and Ifta label support for textarea --- apps/showcase/doc/textarea/FloatLabelDoc.vue | 74 +++++++++++++++---- apps/showcase/doc/textarea/IftaLabelDoc.vue | 66 +++++++++++++++++ apps/showcase/pages/textarea/index.vue | 6 ++ .../src/floatlabel/style/FloatLabelStyle.js | 14 ++-- .../src/iftalabel/style/IftaLabelStyle.js | 7 +- .../src/presets/aura/floatlabel/index.js | 1 + .../src/presets/lara/floatlabel/index.js | 3 +- .../src/presets/nora/floatlabel/index.js | 3 +- 8 files changed, 147 insertions(+), 27 deletions(-) create mode 100644 apps/showcase/doc/textarea/IftaLabelDoc.vue diff --git a/apps/showcase/doc/textarea/FloatLabelDoc.vue b/apps/showcase/doc/textarea/FloatLabelDoc.vue index ff9071b77..3ce419f58 100644 --- a/apps/showcase/doc/textarea/FloatLabelDoc.vue +++ b/apps/showcase/doc/textarea/FloatLabelDoc.vue @@ -2,10 +2,20 @@

A floating label appears on top of the input field when focused. Visit FloatLabel documentation for more information.

-
+
-