WIP moving to vanilla js from svelte

Editing record edit and i am in the middle of creating the dropdown component
This commit is contained in:
2024-09-27 23:58:32 +03:00
parent 55db377abf
commit 5ed57838fc
6 changed files with 77 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
export function init(){
}
@@ -24,7 +24,7 @@
<div style="display: flex;align-items: center; gap:10px;">
{#if !isCreateMode}
<Dropdown >
<Dropdown>
<div slot="button">
<Icon icon="ellipsis"/>
</div>