Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-split-pane-next

yozojo371MIT1.0.6TypeScript support: included

React split-pane component

react, react-component, split-pane, react-split-pane, es6

readme

React Split Pane Next

Developed based on React Split Pane(https://github.com/tomkp/react-split-pane).

Split-Pane React component, can be nested or split vertically or horizontally!

I'm working on an updated version of this library, and looking for help:

Demo

http://react-split-pane-v2.surge.sh/

Install

npm install react-split-pane-next

# or if you use yarn

yarn add react-split-pane-next

Usage

import SplitPane, { Pane } from 'react-split-pane-next';

<SplitPane split="vertical">
  <Pane initialSize="200px">You can use a Pane component</Pane>
  <div>or you can use a plain old div</div>
  <Pane initialSize="25%" minSize="10%" maxSize="500px">
    Using a Pane allows you to specify any constraints directly
  </Pane>
</SplitPane>;

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.92 (2020-08-10)

Features

Bug Fixes

0.1.91 (2020-03-23)

Bug Fixes

0.1.90 (2020-03-23)

Bug Fixes

0.1.89 (2019-11-12)

Bug Fixes

  • also include named exports (bfd16af)
  • ignore changelog in prettier (7c0a6a4)

0.1.88 (2019-11-12)

Features

  • new less complex site w parcel and gh-pages deploys (#378) (ea98d68)

Bug Fixes

  • excluded react and react-dom from bundle (#349) (eb6b2bc)