PHPackages                             robertboes/nova-slider-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. robertboes/nova-slider-field

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

robertboes/nova-slider-field
============================

A Laravel Nova slider field.

v0.1.1(6y ago)856.4k↓30.2%6[3 issues](https://github.com/RobertBoes/nova-slider-field/issues)MITVuePHP &gt;=7.1.0

Since Oct 31Pushed 6y ago2 watchersCompare

[ Source](https://github.com/RobertBoes/nova-slider-field)[ Packagist](https://packagist.org/packages/robertboes/nova-slider-field)[ RSS](/packages/robertboes-nova-slider-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

Nova Slider Field
=================

[](#nova-slider-field)

A Laravel Nova slider field using [NightCatSama/vue-slider-component](https://github.com/NightCatSama/vue-slider-component)

Installation
============

[](#installation)

Install the package with composer using the following command:

```
composer require robertboes/nova-slider-field
```

Usage
=====

[](#usage)

Add the field to your nova model:

```
NovaSliderField::make('Percentage');
```

Field options
-------------

[](#field-options)

- [min](#min)
- [max](#max)
- [interval](#interval)
- [withoutTooltip](#withoutTooltip)
- [tooltipOnHover](#tooltipOnHover)
- [formatter](#formatter)

### min

[](#min)

```
NovaSliderField::make('Distance')->min(50);
```

Sets the minimum value, defaults to 0.

### max

[](#max)

```
NovaSliderField::make('Distance')->max(200);
```

Set the maximum value, defaults to 100.

### interval

[](#interval)

```
NovaSliderField::make('Percentage')->interval(5);
```

Set the interval of which the slider should increment/decrement, default is 1.

### withoutTooltip

[](#withouttooltip)

```
NovaSliderField::make('Percentage')->withoutTooltip();
```

Don't show a tooltip on the detail page.

### tooltipOnHover

[](#tooltiponhover)

```
NovaSliderField::make('Percentage')->tooltipOnHover();
```

Show a tooltip on hover on the detail page.

### formatter

[](#formatter)

```
NovaSliderField::make('Price')->formatter("€ {value}");
```

Custom formatter for the text in the tooltip. This is a string which has to contain `{value}`, for example `{value} %`

License
=======

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~507 days

Total

2

Last Release

2249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e65e130b74c5c113aca401653e14cf9ec2e7aa390f4371e971c78bd0b5ba842d?d=identicon)[RobertBoes](/maintainers/RobertBoes)

---

Top Contributors

[![RobertBoes](https://avatars.githubusercontent.com/u/2871897?v=4)](https://github.com/RobertBoes "RobertBoes (4 commits)")[![nalingia](https://avatars.githubusercontent.com/u/5793125?v=4)](https://github.com/nalingia "nalingia (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/robertboes-nova-slider-field/health.svg)

```
[![Health](https://phpackages.com/badges/robertboes-nova-slider-field/health.svg)](https://phpackages.com/packages/robertboes-nova-slider-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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