designthebox/barcode-field

Fund package maintenance!
:vendor_name

Installs: 947

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 1

Forks: 10

Open Issues: 4

Language:Blade

V0.0.6 2024-10-24 17:58 UTC

This package is auto-updated.

Last update: 2025-03-31 01:00:12 UTC


README

Latest Version on Packagist Total Downloads

Table of Contents

Overview

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.

Screenshot

Input Screenshot

Installation

You can install the package via Composer:

composer require designthebox/barcode-field

Publish Assets:

php artisan vendor:publish --tag=barcode-scanner-assets

Usage

Once installed, you can use the BarcodeInput component in your Filament forms:

 use DesignTheBox\BarcodeField\Forms\Components\BarcodeInput;

// In your form definition
BarcodeInput::make('barcode')
    ->icon('heroicon-o-arrow-right') // Specify your Heroicon name here
    ->required(),

Features

  • Customizable icon using Heroicons.
  • Responsive design for optimal use on various devices.
  • Easy integration into your existing Filament forms.

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.