The Filament Barcode Scanner Input package offers a user-friendly barcode input field for your Filament applications. This component supports dynamic scanning, enabling users to input barcodes seamlessly.
Key features include:
Modal Popup: The component opens a modal popup for barcode scanning, providing a dedicated interface for users to scan and input barcodes without cluttering the main form.
Customizable Icon: Users can customize the input field with their own icons, enhancing the visual appeal and allowing for better integration with existing designs.
With these features, the Filament Barcode Scanner Input package ensures an efficient and aesthetically pleasing user experience for barcode entry in your application.
You can install the package via Composer:
composer require designthebox/barcode-field
Publish Assets:
php artisan vendor:publish --tag=barcode-scanner-assets
Once installed, you can use the BarcodeInput component in your Filament forms:
use DesignTheBox\BarcodeField\Forms\Components\BarcodeInput; // In your form definitionBarcodeInput::make('barcode') ->icon('heroicon-o-arrow-right') // Specify your Heroicon name here ->required(),
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.