rc-new-window
v0.1.13
Published
popup new browser window with react
Downloads
32,012
Maintainers
Readme
rc-new-window
React New Window Component to show content in a popup browser window. Ported from react-new-window
Development
npm install
npm start
Example
online example: https://ticlo.github.io/rc-new-window/
install
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import NewWindow from 'rc-new-window';
ReactDOM.render((
<NewWindow>
Content to show in the new window
</NewWindow>
), container);
API
props
License
rc-new-window is released under the Apache license version 2.0.