0.1.4 • Published 4 years ago

react-splt v0.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

React Splt · npm npm bundle size

A tiny (1kb) React component for split panes (written in ReasonML).

Usage

yarn add react-splt
import Split from 'react-splt'

function MyComponent() {
    return (
        <Split>
            <span>Left pane.</span>
            <span>Right pane.</span>
        </Split>
    )
}

See the Storybook for more examples.

Developing

# Install dependencies.
yarn
# Build ReasonML files.
yarn start
# Run a Storybook.
yarn storybook
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago