@npmcorp/pui-react-portals

React components that provide portals

Usage no npm install needed!

<script type="module">
  import npmcorpPuiReactPortals from 'https://cdn.skypack.dev/@npmcorp/pui-react-portals';
</script>

README

pui-react-portals

React components that provide portals

Pivotal UI React (GitHub, npm) is a collection of React components for rapidly building and prototyping UIs.

This component requires React v0.13

See the Pivotal UI Styleguide for fully rendered examples.

Components

PortalSource

Children of PortalSource will be rendered in the corresponding PortalDestination

var PortalSource = require('

#### Properties

- `name`
  - `String`: Identifier for linking source and destination portals


### PortalDestination

Children of PortalSource will be rendered in the corresponding PortalDestination



#### Properties

- `name`
  - `String`: Identifier for linking source and destination portals


*****************************************

(c) Copyright 2015 Pivotal Software, Inc. All Rights Reserved.