6.4.0 • Published 8 years ago

@npmcorp/pui-react-panes v6.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

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.