dashed / filament-numpad-field
A numpad field to enter pricing.
Fund package maintenance!
Dashed
Installs: 30
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/dashed/filament-numpad-field
Requires
- php: ^8.3|^8.4
- filament/forms: ^4.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.63
- orchestra/testbench: ^9
- pestphp/pest: ^2.35
- pestphp/pest-plugin-laravel: ^2.4
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require dashed/filament-numpad-field
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-numpad-field-views"
Usage
use DashedDEV\FilamentNumpadField\NumpadField; NumpadField::make('price') ->label('Prijs') ->minCents(0) ->maxCents(100000);
Add below to your custom theme
@source '../../../../vendor/dashed/**/*.blade.php';
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
License
The MIT License (MIT). Please see License File for more information.