Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-node-modal-dialog

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-node-modal-dialog

A simple react dialog component with simple interface and well structure for user to intergrated into the react application.

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

dialog

FAQs

Package last updated on 01 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts