feat: form progress bar (#334)

* feat: form progress bar

* complete progress bar implementation

* fix  lint

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Favour Olayinka
2024-03-18 16:28:01 +01:00
committed by GitHub
parent 26ad93a230
commit 24200123cc
5 changed files with 63 additions and 0 deletions

View File

@@ -59,6 +59,9 @@
<pro-tag class="ml-1" />
</template>
</toggle-switch-input>
<toggle-switch-input name="show_progress_bar" :form="form" class="mt-4"
label="Show progress bar"
/>
<toggle-switch-input name="uppercase_labels" :form="form" class="mt-4"
label="Uppercase Input Labels"
/>