@uiw/react-split extracted from the component library uiw can be used alone. import Split from '@uiw/react-split'; Basic usage By setting the minWidth style of the child node, you can set the minimum drag width
@uiw/react-textarea - @uiw/react-time-picker - @uiw/react-tooltip - @uiw/react-tree - @uiw/react-tree-checked - @uiw/utils - @uiw/react-split - @uiw/react-layout - @uiw/formatter - 开发 使用Gitpod,GitHub 的免费在线开发环境。 或者在本地克隆: $ git clone git@github.com:uiwjs/uiw...
interface CodePreviewProps extends SplitProps { prefixCls?: string; style?: React.CSSProperties; /** * To specify a CSS class, use the className attribute. */ className?: string; /** * Whether to display the border. */ bordered?: boolean; /** * `JSX` source code */ code?: string...
@uiw/react-split - @uiw/react-layout - @uiw/formatter - Development Use Gitpod, a free online dev environment for GitHub. Or clone locally: $ git clone git@github.com:uiwjs/uiw.git Install dependencies & compile component code. $ npm install#Install dependencies$ npm run hoist $ npm run...
A piece of view can be divided into areas where the width or height can be adjusted by dragging. - Pull requests · uiwjs/react-split
A piece of view can be divided into areas where the width or height can be adjusted by dragging. - Commit Activity · uiwjs/react-split
A piece of view can be divided into areas where the width or height can be adjusted by dragging. - uiwjs/react-split
master BranchesTags react-split/.github/ Go to file Latest commit History Type Name Latest commit message Commit time . . workflows chore: update workflows config. October 10, 2022 16:45 FUNDING.yml Create FUNDING.yml April 15, 2020 15:30...
@uiw/react-split extracted from the component library uiw can be used alone. import Split from '@uiw/react-split'; Basic usage By setting the minWidth style of the child node, you can set the minimum drag width value. By setting the child node style flexBasis style, you can set the ...