diff --git a/.playground/pages/composant/input/inputEmail.vue b/.playground/pages/composant/input/inputEmail.vue
index 8583754..664bb8d 100644
--- a/.playground/pages/composant/input/inputEmail.vue
+++ b/.playground/pages/composant/input/inputEmail.vue
@@ -14,6 +14,20 @@
/>
+
+
Ajout dynamique (bouton +)
+
+
+
+
+
Icône à gauche
([''])
const dynamicEmail = ref('')
const requiredEmail = ref('')
const lowercaseEmail = ref('')
diff --git a/app/story/input/inputEmail.story.vue b/app/story/input/inputEmail.story.vue
index 1626d0b..1fb2a22 100644
--- a/app/story/input/inputEmail.story.vue
+++ b/app/story/input/inputEmail.story.vue
@@ -18,6 +18,19 @@
/>
+
+
Avec bouton « ajouter »
+
+
+ Bouton cliqué {{ addClicks }} fois
+
+
+
Sans icône
{ addClicks.value += 1 }
const leftIconValue = ref('')
const noIconValue = ref('')
const hintValue = ref('')