Download the PHP package yepsua/filament-range-field without Composer
On this page you can find all versions of the php package yepsua/filament-range-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yepsua/filament-range-field
More information about yepsua/filament-range-field
Files in yepsua/filament-range-field
Package filament-range-field
Short Description The missing range/slider field for the Filament forms.
License MIT
Homepage https://github.com/yepsua/filament-range-field
Informations about the package filament-range-field
The missing range field for the Filament forms.
Installation
You can install the package via composer:
Publish the assets:
You must see something like in the console:
Optionally, you can publish the views using
Basic usage
By default the range is used to get value from 0 to 100.
Defining the steps:
Associative Array:
Hide the Step List:
📕 Note: The step value is defined by the first item in the steps array, Ex. => [25, 50, 75, 100] the step value should be 25. However if you need to define any other step value you can use the setter step.
The same case applies for the min and max setters:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Omar Yepez
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-range-field with dependencies
filament/filament Version ^3.0
illuminate/contracts Version ^8.0|^9.0|^10.0
spatie/laravel-package-tools Version ^1.9.2