sackey e839d40a99
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-30 17:15:50 +00:00

13 lines
416 B
PHP

<flux:button
:attributes="$attributes->merge([
'class' => 'shrink-0',
'variant' => 'subtle',
])"
square
x-data
x-on:click="document.body.hasAttribute('data-show-stashed-sidebar') ? document.body.removeAttribute('data-show-stashed-sidebar') : document.body.setAttribute('data-show-stashed-sidebar', '')"
data-flux-sidebar-toggle
aria-label="{{ __('Toggle sidebar') }}"
/>