bostjanob / filament-safe-key-value
A safe key-value component for Filament Forms
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Requires
- filament/forms: ^3.0
Requires (Dev)
- laravel/pint: ^1.22
README
A safe key-value component for Filament Forms.
Installation
You can install the package via composer:
composer require bostjanob/filament-safe-key-value
Usage
use BostjanOb\FilamentSafeKeyValue\Forms\SafeKeyValue; // In your Filament form SafeKeyValue::make('settings') ->keyLabel('Option') ->valueLabel('Value') ->addable() ->deletable()
Features
- Single key-value pair management
- Custom state formatting and dehydration
- Compatible with Filament Forms
License
The MIT License (MIT). Please see License File for more information.