Button in a Section (or any layout type)

Is there a way we can insert a button in the Section?
2 Replies
vahnmarty
vahnmarty13mo ago
or "Action" ? Nvm, I got it.
Placeholder::make('Continue')
->label('')
->content(new HtmlString('<div class="flex justify-center"><button type="button" wire:click="validateForm" class="btn-primary">Continue</button></div>')),
Placeholder::make('Continue')
->label('')
->content(new HtmlString('<div class="flex justify-center"><button type="button" wire:click="validateForm" class="btn-primary">Continue</button></div>')),
Patrick Boivin
Patrick Boivin13mo ago
Nice. Another option would be #drop-in-action