From 80f9e422230ea1284b17bb76010ae90129e79e2e Mon Sep 17 00:00:00 2001 From: HoshinoKoji Date: Thu, 6 Mar 2025 14:14:54 +0800 Subject: [PATCH] Add showItemIndex option to README for item index visibility --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af908a..3c601f3 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Each item in the `items` array represents a question with the following structur allowBack: true, // Allow navigation to previous questions allowAutoNext: true, // Auto-advance after selection for radio/scale darkMode: false, // Visual theme + showItemIndex: true, // Show item index in the header lang: 'en-US' // Language code } ``` @@ -113,7 +114,7 @@ When the questionnaire is completed, the component sends a message to the parent Please refer to source code of demo files. -## For developers +## For Developers To modify or build the component, simply follow the standard routine: