I wanted a blade component for date-range where the two dates reference one another. There is probably a cleaner way to do this. I'm all ears...
Usage with any two wire:model
dates...
<x-date-range-picker class="flex items-end">
<x-slot name="start_date" wire:model="todo.start_date"></x-slot>
<x-slot name="end_date" wire:model="todo.due_date"></x-slot>
</x-date-range-picker>
Naturally, requires momentjs, Pikaday and Livewire