react-node-modal-dialog
v0.0.3
Published
A simple react dialog component with simple interface and well structure for user to intergrated into the react application.
Readme
A simple react modal dialog with simple litle props.
##Install
npm install --save react-node-modal-dialog
##Usage
var Dialog = request("react-node-modal-dialog"); var React = require("react"); var ReactDom = require("react-dom");
var onSelect =(function(sender, event){
})
ReactDom.render( Content Here , document.getElementById("myapp-id"));
##Git
https://github.com/miljimo/react-dialog
