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:
@@ -0,0 +1,13 @@
|
||||
<div class="dropdown">
|
||||
<button
|
||||
class="button dropdown-button"
|
||||
type="button"
|
||||
aria-expanded="false"
|
||||
>
|
||||
{{$slot}}
|
||||
</button>
|
||||
<div class="dropdown-menu hide orientation-{orientation}">
|
||||
{{$items}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user