This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can install the package via composer:
composer require jojostx/filament-tel-input
Publish the flags using
php artisan vendor:publish --tag="filament-tel-input-flags"
This command will publish the filament-tel-input flags images
[
\Jojostx\FilamentTelInput\Forms\FilamentTelInput::make('phone_number');
]
[
\InvadersXX\FilamentJsoneditor\Forms\JSONEditor::make('editor')
->height(500) // Set height to 500px, default is 300
->modes(['code', 'form', 'text', 'tree', 'view', 'preview']); // default is ['code', 'form', 'text', 'tree', 'view', 'preview']
]
composer test
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.
- :selectedCountryPlaceholder ["0803 408 1360"]
- :selectedCountryData.name ["Nigeria"]
- :selectedCountryData.iso2 ["NG"]
- :selectedCountryData.dialcode ["234"]