Search by

bladewindui / slider

mkocansey

BladewindUI — Range slider component

Package info

github.com/bladewindui/slider

Language:Blade

pkg:composer/bladewindui/slider

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v5.1.0 2026-09-10 00:47 UTC

This package is auto-updated.

Last update: 2026-09-10 00:48:36 UTC


README

License Packagist Version

BladewindUI

Slider

BladewindUI — Range slider component.

Installation

composer require bladewindui/slider

Or install the full library:

composer require bladewindui/ui

Documentation

Full documentation, live demos, and all available attributes are at bladewindui.com.

Livewire

The hidden value input dispatches a native change event as the slider is dragged, so wire:model observes it. Handlers are assigned via .oninput, which a Livewire re-render safely reassigns rather than duplicating.

License

MIT — see the LICENSE file.