@npmcorp/pui-react-panes

React components that provide large browser-filling containers for content

Usage no npm install needed!

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

README

pui-react-panes

React components that provide large browser-filling containers for content

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

BasePane

A horizontal grouping of content that usually spans the width of the browser viewport

var BasePane = require('

#### Properties

- `outerClass`
  - `String`: Class names to apply to the pane

- `innerClass`
  - `String`: Class names to apply to the content


### Pane

A horizontal grouping of content that usually spans the width of the browser viewport

```js
var Pane = require('

#### Properties

- `outerClass`
  - `String`: Class names to apply to the pane

- `innerClass`
  - `String`: Class names to apply to the content


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

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