husam-tariq / filament-timepicker
Filament 3.x Time Picker
Installs: 17 771
Dependents: 2
Suggesters: 0
Security: 0
Stars: 27
Watchers: 1
Forks: 6
Open Issues: 5
Language:JavaScript
Requires
- php: ^8.1
- filament/filament: ^3.0.5
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
README
Installation
You can install the package via composer:
composer require husam-tariq/filament-timepicker
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-timepicker-views"
Usage
use HusamTariq\FilamentTimePicker\Forms\Components\TimePickerField; TimePickerField::make('from_hour')->label('time')->okLabel("Confirm")->cancelLabel("Cancel"),
Testing
composer test
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.