5ed57838fc
Editing record edit and i am in the middle of creating the dropdown component
13 lines
276 B
PHP
13 lines
276 B
PHP
<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> |