Download the PHP package webplusmultimedia/date-time-range-picker without Composer
On this page you can find all versions of the php package webplusmultimedia/date-time-range-picker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webplusmultimedia/date-time-range-picker
More information about webplusmultimedia/date-time-range-picker
Files in webplusmultimedia/date-time-range-picker
Package date-time-range-picker
Short Description A date, dateTime, Time, Range Date picker with livewire and AlpineJs + TailwindCss
License MIT
Homepage https://github.com/webplusmultimedia/date-time-range-picker
Informations about the package date-time-range-picker
A date, dateTime, Time, Range Date picker with livewire and AlpineJs + TailwindCss
Here is a date, dateTime and date range picker for livewire made for Tall Stack
Support us
Here is a date, dateTime and date range picker for livewire made for Tall Stack
Installation
You can install the package via composer:
Add the following settings to your Tailwindcss config file, tailwind.config.js
In your ./resources/js/app.js, import the js file
Changing color theme
You can customize the color theme by changing just one variable in your tailwind.config.js
Optionally, you can publish the views using, but don't need that.
Usage
In your blade livewire view :
Component attributes :
- type : {string} (date by default) date, datetime or range
- label : {string} (null by default) the Label to play
- minDate and maxDate : {ISO8601 (Carbon\CarbonInterface|null)} (null by default), if you need restricting dates
- lang : {dateString} (fr by default(e.g : fr-FR ...))
- minTime : {int} (7(h) by default) , minimum time to reach
- maxTime : {int} (17(h) by default) , maximum time to reach
- intervalMinute : {int} (5 by default) , interval up/down for minutes (time and datetime type)
Testing
Coming sooner
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of date-time-range-picker with dependencies
illuminate/contracts Version ^10.0
livewire/livewire Version ^2.12
spatie/laravel-package-tools Version ^1.14.0