form builder hints

This commit is contained in:
Alex Turchyn
2023-07-08 17:07:07 +03:00
parent a72882ce0f
commit 28290c4635
6 changed files with 26 additions and 3 deletions
@@ -67,6 +67,25 @@
</div>
</button>
</div>
<div
v-if="fields.length < 4"
class="text-xs p-2 border border-base-200 rounded"
>
<ui>
<li>
Draw a text field on the page with a mouse
</li>
<li>
Single click of the page to add a checkbox
</li>
<li>
Drag &amp; drop any other field type on the page
</li>
<li>
Click on the field type above to add it to the form without drawing it on the document
</li>
</ui>
</div>
</template>
<script>