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>
|