react-pane
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-pane

screenshot

NPM JavaScript Style Guide

Install

npm install --save react-pane

Usage

import * as React from 'react'

import { PaneGroup, Pane } from 'react-pane'

class Layout extends React.Component {
  render () {
    return (
      <PaneGroup by="row">
        <Pane></Pane>
        <Pane></Pane>
        <Pane>
          <PaneGroup by="col">
            <Pane></Pane>
            <Pane></Pane>
          </PaneGroup>
        </Pane>
      </PaneGroup>
    )
  }
}

License

MIT © Xiangmin Wang

Readme

Keywords

none

Package Sidebar

Install

npm i react-pane

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

257 kB

Total Files

8

Last publish

Collaborators

  • simon_wang