PHPackages                             icetalker/filament-stepper - 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. icetalker/filament-stepper

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

icetalker/filament-stepper
==========================

Filament Form Component for Number Input Field

v2.0.1(2mo ago)1333.3k↓34.3%4[2 issues](https://github.com/icetalker/filament-stepper/issues)[3 PRs](https://github.com/icetalker/filament-stepper/pulls)MITPHPPHP ^8.2CI passing

Since Aug 25Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/icetalker/filament-stepper)[ Packagist](https://packagist.org/packages/icetalker/filament-stepper)[ Docs](https://github.com/icetalker/filament-stepper)[ GitHub Sponsors](https://github.com/icetalker)[ RSS](/packages/icetalker-filament-stepper/feed)WikiDiscussions v2.x Synced today

READMEChangelog (7)Dependencies (18)Versions (11)Used By (0)

Filament Form Component for Number Input Field
==============================================

[](#filament-form-component-for-number-input-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/53b99eaf1a15a2be3ca21c48bff700a062d7eff1be303f721a1dc38842fe7d04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69636574616c6b65722f66696c616d656e742d737465707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/icetalker/filament-stepper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ffdb3e56764e5494db76c111fc7311d9e6bc954210233adab4f1dfb92e909c5f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69636574616c6b65722f66696c616d656e742d737465707065722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/icetalker/filament-stepper/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4f2e7954aaf7fe59570d251a49f6e11a1a92acbe40cc6e0a37e5aaa8e3f84fb4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69636574616c6b65722f66696c616d656e742d737465707065722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/icetalker/filament-stepper/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/edefe1031a485ace6c0a2b774cb0715a1f782ceb914adbefd0daec52573fe0e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69636574616c6b65722f66696c616d656e742d737465707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/icetalker/filament-stepper)

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

[](#installation)

You can install the package via composer:

```
composer require icetalker/filament-stepper
```

Usage
-----

[](#usage)

```
use Icetalker\FilamentStepper\Forms\Components\Stepper;

protected function getFormSchema(): array
{
    return [
        ...
        Stepper::make('quantity')
            ->minValue(1)
            ->maxValue(20)
            ->default(5);
        ...

    ];
}
```

### Available Methods

[](#available-methods)

MethodDescriptionUsagestepSet interval for number input field`Stepper::make('price')->step(0.01)`defaultDefine a default value`Stepper::make('quantity')->default(1000)`maxValueDefine the max value that allow the user to input`Stepper::make('quantity')->maxValue(10)`minValueDefine the min value that allow the user to input`Stepper::make('quantity')->minValue(2)`placeHolderDefine a placeholder value for when it has no value`Stepper::make('stock')->maxValue('Please input stock number')`disableManualInputDetermine if the user could input the number manually`Stepper::make('quantity')->disableManualInput()`
 This sample will disable manual input, even so, user can still change the value through buttons....Other methods from filament forms fieldChangelog
---------

[](#changelog)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance82

Actively maintained with recent releases

Popularity37

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~189 days

Total

8

Last Release

80d ago

Major Versions

v1.x-dev → v2.0.02025-08-19

PHP version history (2 changes)v1.0.0PHP ^8.0

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/106749492?v=4)[Martin Hwang](/maintainers/icetalker)[@icetalker](https://github.com/icetalker)

---

Top Contributors

[![icetalker](https://avatars.githubusercontent.com/u/106749492?v=4)](https://github.com/icetalker "icetalker (2 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![tubring](https://avatars.githubusercontent.com/u/46536059?v=4)](https://github.com/tubring "tubring (1 commits)")

---

Tags

laravelicetalkerfilament-stepper

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/icetalker-filament-stepper/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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