0.0.3 • Published 6 years ago

deni-react-dialog v0.0.3

Weekly downloads
10
License
-
Repository
github
Last release
6 years ago

deni-react-dialog

A simple way to create dialogs in React.

alt text

DEMOS

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 (denimar@gmail.com) is a full-stack developper at the Wplex, Florianópolis, Santa Catarina, Brazil.