Download the PHP package rosamarsky/nova-range-filter without Composer
On this page you can find all versions of the php package rosamarsky/nova-range-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nova-range-filter
Laravel Nova Range Filter
A Laravel Nova filter for picking range between a min/max value. This package based on vue-slider-component.
Requirements
php
:>=8.0
laravel/nova
:^4.0
Installation
You can install the package via composer:
Usage
Use it as usual on the filters methods within your resource class:
The interval value must be greater than 0 and can be divisible by (max - min).
You also can provide next options:
tooltip
- control tooltip display. Defaultactive
.none
- never display;always
- always display;hover
- display when the slider get hover;focus
- display when the slider has focus;active
- display when tooltip have both hover and focus.
minRange
,maxRange
- minimum and maximum distance between sliders.clickable
- allow changes to value by clicking. Default -true
;disabled
- enable/disable the component. Default -true
;label
- the postfix of displayed values for marks and tooltips.
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-range-filter with dependencies
PHP Build Version
Package Version
The package rosamarsky/nova-range-filter contains the following files
Loading the files please wait ....