Button within a Form

Hello - is there a method to add a button as a form field? Something like:

TextInput::make('some_field'),
Button::make('customAction')
  ->action('customAction')
Was this page helpful?