djorg83 / react-bootstrap-sweetalert

A React implementation of SweetAlert

Home Page:https://djorg83.github.io/react-bootstrap-sweetalert/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom buttons

jctiradopatientnow opened this issue · comments

I want to use custom buttons. Something like "YES", "YES TO ALL", "NO"

For what I can see it only supports confirm and cancel button.

ill see if i can add this for the upcoming 5.0 release

I added support for custom actions in PR #51 with the customActions property. With this you can fully change the buttons to anything custom.

Excellent.

Thanks!