react-splitter-layout
A simple split layout for React and modern browsers. https://zesik.com/react-splitter-layout
File Explorer
Download Latest Version (.zip)- App.jsx
- HorizontalLayoutWithEvents.jsx
- HorizontalLayoutWithIFrame.jsx
- LayoutWithMinimalSize.jsx
- Lorem.jsx
- NavLink.jsx
- NestedLayout.jsx
- PercentageLayout.jsx
- StandardHorizontalLayout.jsx
- StandardVerticalLayout.jsx
- TogglableSidebarLayout.jsx
- index.jsx
- index.css
- .gitignore
- index.html
- webpack.config.js
- Pane.jsx
- SplitterLayout.jsx
- index.css
- Pane.spec.jsx
- setup.js
- SplitterLayout.spec.jsx
- .babelrc
- .editorconfig
- .eslintrc.js
- .gitignore
- .travis.yml
- index.js
- LICENSE
- package.json
- README.md
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/zesik/react-splitter-layout
Downloads the entire project code from GitHub to your computer.
cd react-splitter-layout
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save react-splitter-layout
Downloads and installs the libraries listed in package.json.
$ npm run example
Type this command into your terminal and run it.
$ npm test
Type this command into your terminal and run it.
$ npm run coverage
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
