Skip to content
See live

Key value

A KeyValue field renders as a table with a hairline border in the outline-variant color and its header cells in title-small on the variant ink.

A key value field with a header row and one pair of inputsA key value field with a header row and one pair of inputs
php
use Filament\Forms\Components\KeyValue;

KeyValue::make('meta');

Rows are text inputs, and the reorder handle takes the same grab cursor and variant ink as a table's.