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
Requires
- php: ^8.1|^8.2|^8.3
- filament/filament: ^3.0.0
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
Use
use Ycookies\FormWitComponent\Forms\Components\WeekTimePicker; WeekTimePicker::make('week_time') ->required() ->validationMessages([ 'required' => '请选择周时间段', ]),