Search by

bladewindui / datepicker

mkocansey

BladewindUI — Datepicker component

Package info

github.com/bladewindui/datepicker

Language:Blade

pkg:composer/bladewindui/datepicker

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v5.1.0 2026-09-10 00:47 UTC

This package is auto-updated.

Last update: 2026-09-10 00:49:00 UTC


README

License Packagist Version

BladewindUI

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.