{{-- components/drop-down.blade Renders the a dropdown button with its different variants You can customize all the html and css classes but YOU MUST KEEP THE BLADE AND LIVEWIRE DIRECTIVES, - slots: - trigger --}} @props(['size' => 'lg', 'dropDownWidth' => null, 'label' => '',]) @php $sizes = [ 'full' => 'full', 'sm' => 'w-48', 'lg' => 'w-64' ] @endphp