Download the PHP package vicmans/filament-number-input without Composer
On this page you can find all versions of the php package vicmans/filament-number-input. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vicmans/filament-number-input
More information about vicmans/filament-number-input
Files in vicmans/filament-number-input
Package filament-number-input
Short Description Input number counter quantity field for Filament
License MIT
Informations about the package filament-number-input
Number Input Counter for Filament
Just another quantity input number counter field for Filament.
Installation
You can install the package via composer:
Add the following line to tailwind.config.js
inside the content section
Optionally, you can publish the views using
and you can edit the component.
Usage
Methods and Props
Method | Description | Default Value | Usage |
---|---|---|---|
step | Set interval for number input field | 1 |
step(2) |
default | Default value | 0 |
default(5) |
maxValue | The max value that allow the user to input | maxValue(10) |
|
minValue | The min value that allow the user to input | minValue(2) |
|
disableManualInput | User can type the input | false |
disableManualInput() This disable manual input, user can change the value using buttons. |
minusIcon | Decrease button icon | minusIcon('heroicon-o-minus') |
|
plusIcon | Increase button icon | plusIcon('heroicon-o-plus') |
Other methods from Filament Forms Field.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- vicmans
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-number-input with dependencies
filament/filament Version ^3.0
filament/forms Version ^3.0
spatie/laravel-package-tools Version ^1.16