© 2026 Hedgehog Software, LLC
Placeholder::make('somePlaceholder') ->content('Bla bla bla') ->hintAction( Action::make('copyText') ->icon('heroicon-m-clipboard') ->requiresConfirmation() ->action(fn () => dd('test')) ),