PHPackages                             santoshjena/livewire-range-slider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. santoshjena/livewire-range-slider

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

santoshjena/livewire-range-slider
=================================

A Tall Stack wrapper for noUiSlider Range Slider

1.0.2(1y ago)3653MITPHPPHP ^7.4|^8.0|^8.2

Since Oct 11Pushed 1y agoCompare

[ Source](https://github.com/santoshjena007/livewire-range-slider)[ Packagist](https://packagist.org/packages/santoshjena/livewire-range-slider)[ Docs](https://github.com/santoshjena007/livewire-range-slider)[ RSS](/packages/santoshjena-livewire-range-slider/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (6)Used By (0)

Livewire Range Slider
---------------------

[](#livewire-range-slider)

A simple [noUiSlider](https://github.com/leongersen/noUiSlider) blade component for your Livewire Components.

### Installation

[](#installation)

To get started, require the package to your project's composer.json

```
composer require santoshjena/livewire-range-slider
```

Next, add the scripts component to your template after the `@livewireScripts`.

```

```

### Requirements

[](#requirements)

This package is meant to use with [Livewire](https://laravel-livewire.com/) components. Make sure you are using it with Livewire projects only.

- PHP 7.4 or higher
- Laravel 8 and 9
- [Livewire](https://laravel-livewire.com/)
- [Alpine](https://alpinejs.dev)
- [noUiSlider](https://github.com/leongersen/noUiSlider) - already included into the package's bundled scripts.

### Usage

[](#usage)

Assuming you have this properties inside your livewire component.

```
public $options = [
    'start' => [
        10,
        20
    ],
    'range' => [
        'min' =>  [1],
        'max' => [100]
    ],
    'connect' => true,
    'behaviour' => 'tap-drag',
    'tooltips' => true,
    'pips' => [
        'mode' => 'steps',
        'stepped' => true,
        'density' => 4
    ]
];

public $values;
```

The `$options` property is simply the noUiSlider options you pass to the component, for more details and configurations please check [noUiSlider - JavaScript Range Slider | Refreshless.com](https://refreshless.com/nouislider/).

The `$values` property is the model for the range slider values.

#### Livewire's default `wire:model` attribute

[](#livewires-default-wiremodel-attribute)

```

```

#### Deferred

[](#deferred)

In cases where you don't need range slider to update live, you can use `.defer` modifier.

```

```

#### Multiple properties

[](#multiple-properties)

Targetting a property for each handle also works out-of-the-box, simply add the properties comma separated.

```
public $options = [
    'start' => [
        10,
        20
    ],
    'range' => [
        'min' =>  [1],
        'max' => [100]
    ],
    'connect' => true,
    'behaviour' => 'tap-drag',
    'tooltips' => true,
    'pips' => [
        'mode' => 'steps',
        'stepped' => true,
        'density' => 4
    ]
];

public $range = [
    'min' => 10, // Targets handle 1 value
    'max' => 100 // Targets handle 2 value
];
```

```

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 82.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~343 days

Total

4

Last Release

642d ago

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

1.0.2PHP ^7.4|^8.0|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/69c6c62230f2bea6a1c5be98ab158f0904545671aa61badbdc5f0bbfa5f8628f?d=identicon)[santoshjena](/maintainers/santoshjena)

---

Top Contributors

[![jantinnerezo](https://avatars.githubusercontent.com/u/29738837?v=4)](https://github.com/jantinnerezo "jantinnerezo (29 commits)")[![santoshjena007](https://avatars.githubusercontent.com/u/136560464?v=4)](https://github.com/santoshjena007 "santoshjena007 (3 commits)")[![devadattas](https://avatars.githubusercontent.com/u/56180?v=4)](https://github.com/devadattas "devadattas (2 commits)")[![MB116](https://avatars.githubusercontent.com/u/9277618?v=4)](https://github.com/MB116 "MB116 (1 commits)")

---

Tags

livewire-range-slidersantoshjena

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/santoshjena-livewire-range-slider/health.svg)

```
[![Health](https://phpackages.com/badges/santoshjena-livewire-range-slider/health.svg)](https://phpackages.com/packages/santoshjena-livewire-range-slider)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
