Key-value Entry
Transform complex JSON objects and PHP arrays into clean, readable key-value presentations that make structured data immediately accessible to users. The key-value entry component intelligently renders one-dimensional data structures as organized property lists, perfect for displaying metadata, configuration settings, custom attributes, and dynamic content without overwhelming your interface with raw JSON formatting.
# Basic key-value display
Present JSON objects and PHP arrays as structured property lists with automatic formatting and clean visual hierarchy. The component automatically handles data conversion and presents keys and values in an accessible table format that maintains readability while preserving all information from your structured data.
use Filament\Infolists\Components\KeyValueEntry;
KeyValueEntry::make('meta')