values prop to allow specific slider values by @UndercoverNL in https://github.com/sadamegal/livewire-range-slider/pull/2values array in normalizeAllowedValues to prevent incorrect slider behaviour when values are passed out of ordervalues prop example syntaxFull Changelog: https://github.com/sadamegal/livewire-range-slider/compare/v1.1.1...v1.1.2
Full Changelog: https://github.com/sadamegal/livewire-range-slider/compare/v1.1.0...v1.1.1
This is the first stable release of Livewire Range Slider, completely rewritten for production use!
composer require sadam/livewire-range-slider
php artisan vendor:publish --tag=livewire-range-slider-assets
Optionally publish config:
php artisan vendor:publish --tag=livewire-range-slider-config
<x-range-slider
wire:model.live="price"
:min="0"
:max="1000"
theme="indigo"
size="large"
:tooltips="true"
/>
behavior prop renamed to behaviour (matching noUiSlider)package.jsonresources/js/app.jsnpm run build (to clean up your bundle)php artisan vendor:publish --tag=livewire-range-slider-assetsbehavior props to behaviourSee the full Migration Guide in the README.
Full documentation: README.md
Built with noUiSlider, Alpine.js, and Livewire
Full Changelog: https://github.com/sadamegal/livewire-range-slider/compare/v0.1.0...v1.0.0
How can I help you explore Laravel packages today?