react-splitter
A resizable splitter for React that the grid templates in CSS rather than complex JavasScript resizing logic.
File Explorer
Download Latest Version (.zip)- launch.json
- launch.json
- App.tsx
- CustomSplitters.tsx
- DynamicPane.tsx
- LayoutIcons.tsx
- Main.tsx
- SplitOptionsEditor.tsx
- appModel.ts
- types.ts
- index.tsx
- stylesheet.css
- .gitignore
- package-lock.json
- package.json
- tsconfig.json
- webpack.config.js
- index.d.ts
- index.es.js
- index.es.js.map
- index.js
- index.js.map
- LeftRightSplit.d.ts
- TopBottomSplit.d.ts
- index.d.ts
- index.es.js
- index.es.js.map
- index.js
- index.js.map
- LeftRightSplit.d.ts
- TopBottomSplit.d.ts
- index.d.ts
- index.es.js
- index.es.js.map
- index.js
- index.js.map
- LeftRightSplit.d.ts
- TopBottomSplit.d.ts
- DefaultSplitter.d.ts
- index.d.ts
- index.es.js
- index.es.js.map
- index.js
- index.js.map
- RenderSplitterProps.d.ts
- Split.d.ts
- DefaultSplitter.d.ts
- index.d.ts
- index.es.js
- index.js
- RenderSplitterProps.d.ts
- Split.d.ts
- DefaultSplitter.d.ts
- index.d.ts
- index.es.js
- index.js
- RenderSplitterProps.d.ts
- Split.d.ts
- useDebounceHook.d.ts
- DefaultSplitter.d.ts
- index.d.ts
- index.es.js
- index.js
- RenderSplitterProps.d.ts
- Split.d.ts
- useDebounceHook.d.ts
- DefaultSplitter.d.ts
- index.d.ts
- index.js
- index.js.map
- RenderSplitterProps.d.ts
- Split.d.ts
- useDebounceHook.d.ts
- DefaultSplitter.d.ts
- index.d.ts
- index.js
- index.js.map
- RenderSplitterProps.d.ts
- DefaultSplitter.d.ts
- index.d.ts
- index.js
- index.js.map
- RenderSplitterProps.d.ts
- Split.d.ts
- defaultSplitter.css
- DefaultSplitter.tsx
- index.tsx
- RenderSplitterProps.ts
- split.css
- Split.tsx
- .gitignore
- .npmignore
- package-lock.json
- package.json
- README.md
- tsconfig.json
- webpack.config.js
- .editorconfig
- .prettierrc
- LICENSE
- README.md
- UsingEmotionStyles.md
# Installation Guide
1. Get the code
git clone https://github.com/GeoffCox/react-splitter
Downloads the entire project code from GitHub to your computer.
cd react-splitter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd package
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
