chunkai1312 / muibox

Promise-based dialog boxes (alert, confirm, prompt) using Material-UI
https://chunkai1312.github.io/muibox
MIT License
20 stars 6 forks source link

Allow to set startIcon,endIcon props for all buttons #9

Closed comxd closed 4 years ago

comxd commented 4 years ago

Hi,

It would be nice to be able to use a button with icon like describing here. Something like that:

// confirm box
ok: { text: 'Proceed to checkout...', color: 'primary', variant: 'contained', startIcon: <CreditCardIcon/> },