Download the PHP package icetalker/filament-stepper without Composer
On this page you can find all versions of the php package icetalker/filament-stepper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download icetalker/filament-stepper
More information about icetalker/filament-stepper
Files in icetalker/filament-stepper
Download icetalker/filament-stepper
More information about icetalker/filament-stepper
Files in icetalker/filament-stepper
Vendor icetalker
Package filament-stepper
Short Description Filament Form Component for Number Input Field
License MIT
Homepage https://github.com/icetalker/filament-stepper
Package filament-stepper
Short Description Filament Form Component for Number Input Field
License MIT
Homepage https://github.com/icetalker/filament-stepper
Please rate this library. Is it a good library?
Informations about the package filament-stepper
Filament Form Component for Number Input Field
Installation
You can install the package via composer:
Usage
Available Methods
Method | Description | Usage |
---|---|---|
step | Set interval for number input field | Stepper::make('price')->step(0.01) |
default | Define a default value | Stepper::make('quantity')->default(1000) |
maxValue | Define the max value that allow the user to input | Stepper::make('quantity')->maxValue(10) |
minValue | Define the min value that allow the user to input | Stepper::make('quantity')->minValue(2) |
placeHolder | Define a placeholder value for when it has no value | Stepper::make('stock')->maxValue('Please input stock number') |
disableManualInput | Determine 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 field |
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- icetalker
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-stepper with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
filament/filament Version ^2.0|^3.0
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^8.6|^9.0|^10.0|^11.0
filament/filament Version ^2.0|^3.0
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^8.6|^9.0|^10.0|^11.0
The package icetalker/filament-stepper contains the following files
Loading the files please wait ....