Form editor logic copy to x (#656)

* Form editor logic copy to x

* Refactor form components to use UButton and UButtonGroup for improved consistency and styling
This commit is contained in:
Chirag Chhatrala
2025-01-03 20:39:53 +05:30
committed by GitHub
parent 1285dc18d3
commit 80b7c1e773
4 changed files with 149 additions and 146 deletions

View File

@@ -10,13 +10,11 @@
v-else
:items="items"
>
<v-button
<UButton
color="white"
>
<Icon
name="heroicons:ellipsis-horizontal"
/>
</v-button>
icon="i-heroicons-ellipsis-horizontal"
size="md"
/>
</UDropdown>
<!-- Delete Form Modal -->