Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.41 KB

Laravel Nova Time Picker Field

Latest Version on Packagist License Total Downloads

The Missing Laravel Nova Time Picker Field.

NOTE: This field uses vue3-timepicker for frontend.

Screenshot

Installation

composer require devloops/time-picker

Implementation

You can easily add the field using the code below:

use Devloops\TimePicker\TimePicker;

TimePicker::make('Time')

Options

This fields supports all the props from the vue3-timepicker mentioned already in the documentation, and they are implemented using the following methods.

Credits

License

The MIT License (MIT). Please see License File for more information.