bladewindui / datepicker
BladewindUI — Datepicker component
Requires
- php: >=8.1
- bladewindui/core: ^5.1
- bladewindui/input: ^5.1
- bladewindui/script: ^5.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Datepicker
BladewindUI — Datepicker component.
Installation
composer require bladewindui/datepicker
Or install the full library:
composer require bladewindui/ui
Documentation
Full documentation, live demos, and all available attributes are at bladewindui.com.
Livewire
The date field dispatches a native change event when a date is picked, so wire:model observes the selection. The component guards against a Livewire re-render building a duplicate calendar popup or a duplicate document click listener — previously each re-render left an orphaned popup behind. The popup's own open/closed state still lives outside the DOM and resets to closed if a Livewire component re-renders it for reasons unrelated to the datepicker — wrap the field in wire:ignore in that case.
License
MIT — see the LICENSE file.