0.1.13 • Published 2 years ago

rc-new-window v0.1.13

Weekly downloads
191
License
Apache-2.0
Repository
github
Last release
2 years ago

rc-new-window


React New Window Component to show content in a popup browser window. Ported from react-new-window

NPM version npm download

Development

npm install
npm start

Example

online example: https://ticlo.github.io/rc-new-window/

install

rc-new-window

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.