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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user