The Missing Laravel Nova Time Picker Field.
NOTE: This field uses vue3-timepicker for frontend.
composer require devloops/time-picker
You can easily add the field using the code below:
use Devloops\TimePicker\TimePicker;
TimePicker::make('Time')
This fields supports all the props from the vue3-timepicker mentioned already in the documentation, and they are implemented using the following methods.
The MIT License (MIT). Please see License File for more information.