PHPackages                             microweber-deps/filament-slider-input-field - 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. microweber-deps/filament-slider-input-field

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

microweber-deps/filament-slider-input-field
===========================================

This is a wrapper around noUiSlider which allows creating a slider field on Filament Forms.

1.0(11mo ago)06.9kMITBladePHP ^8.0|^8.1

Since Jul 21Pushed 11mo agoCompare

[ Source](https://github.com/microweber-deps/filament-slider-input-field)[ Packagist](https://packagist.org/packages/microweber-deps/filament-slider-input-field)[ RSS](/packages/microweber-deps-filament-slider-input-field/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Slider Input Field for Filament Forms
=====================================

[](#slider-input-field-for-filament-forms)

This is a wrapper around [noUiSlider](https://refreshless.com/nouislider/) which allows creating a slider field on Filament Forms.

[![Latest Version on Packagist](https://camo.githubusercontent.com/8bec38dd44391b629a461d0afbca7fda2a03f8f76381edaaf47c05c598d0c414/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e657474616e7472612f66696c616d656e742d736c696465722d696e7075742d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nettantra/filament-slider-input-field)[![Total Downloads](https://camo.githubusercontent.com/895c113aaf9bea28bd913ed4b0e121cc0db5f610dfee741aeedbea4ac68ca39e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e657474616e7472612f66696c616d656e742d736c696465722d696e7075742d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nettantra/filament-slider-input-field)

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

[](#installation)

You can install the package via composer:

```
composer require nettantra/filament-slider-input-field
```

Usage
-----

[](#usage)

```
use NetTantra\FilamentSliderInputField\Forms\Components\SliderInput;

// admin panel
    public static function form(Form $form): Form
    {
        return $form->schema([
                    ...
                    SliderInput::make('rating')
                                ->minValue(0)
                                ->maxValue(5)
                                ->step(0.05);
                ]);
     }

//frontend-forms
    protected function getFormSchema(): array
    {
        return [
            ....
             SliderInput::make('rating')
                        ->minValue(0)
                        ->maxValue(5)
                        ->step(0.05);
        ];
    }
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on latest changes.

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

[](#security-vulnerabilities)

Please report any security vulnerabilities by raising an issue [here](https://github.com/nettantra/filament-slider-input-field/issues/new)

Credits
-------

[](#credits)

- [NetTantra Technologies](https://github.com/nettantra)

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance50

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.3% 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

Unknown

Total

1

Last Release

349d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77880402?v=4)[boksiora](/maintainers/boksiora)[@boksiora](https://github.com/boksiora)

---

Top Contributors

[![devadattas](https://avatars.githubusercontent.com/u/56180?v=4)](https://github.com/devadattas "devadattas (26 commits)")[![MdMotahir](https://avatars.githubusercontent.com/u/60422379?v=4)](https://github.com/MdMotahir "MdMotahir (2 commits)")[![peter-mw](https://avatars.githubusercontent.com/u/5698247?v=4)](https://github.com/peter-mw "peter-mw (2 commits)")[![santoshjena007](https://avatars.githubusercontent.com/u/136560464?v=4)](https://github.com/santoshjena007 "santoshjena007 (1 commits)")[![ziming](https://avatars.githubusercontent.com/u/679513?v=4)](https://github.com/ziming "ziming (1 commits)")

### Embed Badge

![Health badge](/badges/microweber-deps-filament-slider-input-field/health.svg)

```
[![Health](https://phpackages.com/badges/microweber-deps-filament-slider-input-field/health.svg)](https://phpackages.com/packages/microweber-deps-filament-slider-input-field)
```

###  Alternatives

[drupal/console-dotenv

Drupal Console Dotenv

871.2M](/packages/drupal-console-dotenv)[jansenfelipe/cep-gratis

Com esse pacote você poderá realizar consultas de CEP gratuitamente.

659.7k](/packages/jansenfelipe-cep-gratis)[yireo/magento2-theme-override-checker

N/A

1710.1k](/packages/yireo-magento2-theme-override-checker)

PHPackages © 2026

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