ycookies/form-wit-component

There is no license information available for the latest version (1.0.1) of this package.

1.0.1 2025-03-15 13:44 UTC

This package is auto-updated.

Last update: 2025-03-15 13:44:55 UTC


README

form-wit-component

Installation

composer require ycookies/filament-form-wit-component

form compoennt week time picker

Screenshot

Support

dcat-admin

Use

use Ycookies\FormWitComponent\Forms\Components\WeekTimePicker;

WeekTimePicker::make('week_time')
                    ->required()
                    ->validationMessages([
                        'required' => '请选择周时间段',
                    ]),