React split-pane component. Latest version: 0.1.92, last published: 5 years ago. Start using react-split-pane in your project by running `npm i react-split-pane`. There are 320 other projects in the npm registry using react-split-pane.
Resizable split panes for React.js.. Latest version: 0.1.3, last published: 3 years ago. Start using split-pane-react in your project by running `npm i split-pane-react`. There are 14 other projects in the npm registry using split-pane-react.
Split-Pane React component, can be nested or split vertically or horizontally! Installing npm install react-split-pane # or if you use yarn yarn add react-split-pane Example Usage <SplitPane split="vertical" minSize={50} defaultSize={100}> </SplitPane> <SplitPane split="vertical" minSize=...
npm install react-split-pane@next#or if you use yarnyarn add react-split-pane@next Usage importSplitPane,{Pane}from'react-split-pane';<SplitPanesplit="vertical"><PaneinitialSize="200px">You can use a Pane component</Pane>or you can use a plain old div<PaneinitialSize="25%"minSize="10%...
Split-PaneReact组件,可以垂直或水平嵌套或拆分! Installing npm install react-split-pane # or if you use yarn yarn add react-split-pane ## Example Usage ```jsx <SplitPane split="vertical" minSize={50} defaultSize={100}> </SplitPane> <SplitPane split="vertical" minSize={50}> <SplitPan...
jsDelivr cdn.jsdelivr.net/npm/@kadira/react-split-pane/ Popularity GitHub stargazers 0 Downloads last 30 days 9.2k jsDelivr last 30 days 0 Dependents 0 Usage Dependencies 0 DevDependencies@kadira/storybook, babel-cli, babel-eslint, babel-plugin-add-module-exports, babel-plugin-transform-object-...
dependabot/npm_and_yarn/pathval-1.1.1 dependabot/npm_and_yarn/cached-path-relative-1.1.0 dependabot/npm_and_yarn/node-fetch-2.6.7 dependabot/npm_and_yarn/shelljs-0.8.5 dependabot/npm_and_yarn/tar-4.4.19 dependabot/npm_and_yarn/path-parse-1.0.7 ...
Better React Split Pane component. Latest version: 0.4.0, last published: 2 years ago. Start using @proxymanllc/better-react-split-pane in your project by running `npm i @proxymanllc/better-react-split-pane`. There are no other projects in the npm regist
Search results Sign UpSign In react-split-pane-viethuy-21 React split-pane-2 component react-split-pane-2 huyhuy •1.2.1•3 years ago•0dependents•MITpublished version1.2.1,3 years ago0dependentslicensed under $MIT 13
# use npm npm install split-pane-react # or if you use yarn yarn add split-pane-react Example Usage import React, { useState } from 'react'; import SplitPane, { Pane } from 'split-pane-react'; import 'split-pane-react/esm/themes/default.css'; function style (color) { return { hei...