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

Able to change button size?

anhkhoi opened this issue · comments

We should have an option for setting button size. Such as: btn-lg, btn-sm, btn-xs.
<SweetAlert title="Here's a message!" btnSize="sm" <-- this is necessary --> />

Added props.btnSize in 4.1.0. Enjoy!