deni-react-dialog
v0.0.3
Published
A simple way to create dialogs in React.
Downloads
2
Readme
deni-react-dialog
A simple way to create dialogs in React.
Usage
import DeniDlg from 'deni-react-dialog'
...
buttonClickHandler() {
DeniDlg.info('html text here')
}
button2ClickHandler() {
DeniDlg.error('html text here')
}
button2ClickHandler() {
DeniDlg.ghost('html text here')
}
...
Author
Denimar de Moraes ([email protected]) is a full-stack developper at the Wplex, Florianópolis, Santa Catarina, Brazil.