LaravelPackages.net
Acme Inc.
Toggle sidebar
devloops/time-picker

A Laravel Nova field.

1.504
0
v1.1.0
About devloops/time-picker

devloops/time-picker is a Laravel package for a laravel nova field.. It currently has 0 GitHub stars and 1.504 downloads on Packagist (latest version v1.1.0). Install it with composer require devloops/time-picker. Discover more Laravel packages by devloops or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments