PHPackages                             sawirricardo/filament-nouislider - 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. sawirricardo/filament-nouislider

ActiveLibrary

sawirricardo/filament-nouislider
================================

Use noUiSlider Side by side with your filament apps

0.0.6(1y ago)39.1k↓46.2%2[2 PRs](https://github.com/sawirricardo/filament-nouislider/pulls)MITPHPPHP ^8.1

Since Oct 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sawirricardo/filament-nouislider)[ Packagist](https://packagist.org/packages/sawirricardo/filament-nouislider)[ Docs](https://github.com/sawirricardo/filament-nouislider)[ GitHub Sponsors](https://github.com/sawirricardo)[ RSS](/packages/sawirricardo-filament-nouislider/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (6)Dependencies (13)Versions (9)Used By (0)

Use noUiSlider Side by side with your filament apps
===================================================

[](#use-nouislider-side-by-side-with-your-filament-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e89c8770bb77177e23581278fe08edf2a5abb942912f80fe3769e172b90c0f0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73617769727269636172646f2f66696c616d656e742d6e6f7569736c696465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sawirricardo/filament-nouislider)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9e30307f5a6690031d4b13c1511450fac7f4319042d1aad4943f9f83f0df360e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73617769727269636172646f2f66696c616d656e742d6e6f7569736c696465722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/sawirricardo/filament-nouislider/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bdc5afa6610e18eef6e64bba773049f22067556110d6ede7e57dd003affd90cf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73617769727269636172646f2f66696c616d656e742d6e6f7569736c696465722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/sawirricardo/filament-nouislider/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c093749d7784ab4bda7d86639032aada22e86e8948d85675a803657ee1212b3b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73617769727269636172646f2f66696c616d656e742d6e6f7569736c696465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sawirricardo/filament-nouislider)

Use NoUiSlider

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require sawirricardo/filament-nouislider
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-nouislider-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-nouislider-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
use Sawirricardo\FilamentNouislider\Forms\Components\Nouislider;
$form->schema([
    Nouislider::make('my_slider')
        ->live()
        ->start([5, 8])
        ->minValue(0)
        ->maxValue(10)
        ->step(1)
        ->connect(),
]);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [sawirricardo](https://github.com/sawirricardo)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance43

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% 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 ~84 days

Recently: every ~126 days

Total

7

Last Release

447d ago

Major Versions

0.0.6 → 3.x-dev2025-02-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/23599e5bcea6210e7c2aa6ab912ab4dc501ca63911cc8a99c46a7b4f57a658ad?d=identicon)[ricardosawir](/maintainers/ricardosawir)

---

Top Contributors

[![sawirricardo](https://avatars.githubusercontent.com/u/37329575?v=4)](https://github.com/sawirricardo "sawirricardo (12 commits)")[![atmonshi](https://avatars.githubusercontent.com/u/1952412?v=4)](https://github.com/atmonshi "atmonshi (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelsawirricardofilament-nouislider

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sawirricardo-filament-nouislider/health.svg)

```
[![Health](https://phpackages.com/badges/sawirricardo-filament-nouislider/health.svg)](https://phpackages.com/packages/sawirricardo-filament-nouislider)
```

###  Alternatives

[joaopaulolndev/filament-edit-profile

Filament package to edit profile

250258.1k34](/packages/joaopaulolndev-filament-edit-profile)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

9169.0k4](/packages/marcelweidum-filament-expiration-notice)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[jacobtims/filament-logger

Activity logger for filament

1721.0k4](/packages/jacobtims-filament-logger)

PHPackages © 2026

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