Closed vovanada closed 7 years ago
How about custom style for alert? Like text-transform and other.
You can use a React Element as a message, so to add a text-transform you could do something like this:
this.msg.success(<div style={{textTransform: 'capitalize'}}>TEXT WILL BE CAPITALIZED</div>)
How about custom style for alert? Like text-transform and other.