How do I add default buttons like "Cancel" or "Create & create another"?

I'd like to create simple action buttons like Cancel but I didn't find a way anywhere. The default action button is primary and most close I've found is the "outlined" action button, but it's really not like the Cancel button. Is there a way to create these buttons with Actions or even a blade component for that? I haven't found any. Thank you for this amazing framework.
No description
6 Replies
krekas
krekas10mo ago
maybe this will help
Marco Santos
Marco Santos10mo ago
Thank you for sharing that @krekas, but what I want is to add buttons with the same style of the "cancel" button. I don't want to add primary buttons. I'd like to add those simple button types. I couldn't find it anywhere. The "clear" button in the example above uses Primary style. Is there a type for the white buttons?
krekas
krekas10mo ago
By adding methods you can change size, style, add icons
Marco Santos
Marco Santos10mo ago
I realized that it was the "gray" button that I wanted... Thank you everyone. I was tired to the point that I didn't read the "gray" option in the documentation... 🫣