@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 ...
@uiw/react-tooltip - @uiw/react-tree - @uiw/react-tree-checked - @uiw/utils - @uiw/react-split - @uiw/react-layout - @uiw/formatter - 开发 使用Gitpod,GitHub的免费在线开发环境。 或者在本地克隆: $ gitclonegit@github.com:uiwjs/uiw.git ...
109 "@uiw/react-split": "~5.9.0", 110 "@uiw/react-steps": "^4.22.3", 111 "@uiw/react-switch": "^4.22.3", 112 "@uiw/react-table": "^4.22.3", 113 "@uiw/react-tabs": "^4.22.3", 114 "@uiw/react-tag": "^4.22.3", ...
60import ReactDOM from "react-dom"; 61import { Button } from "uiw"; 62 63ReactDOM.render( 64<Button type="primary">Hello</Button>, 65document.getElementById("app") 66); 67``` 68 69### Documentation 70 71Visit the [uiwjs.github.io](https://uiwjs.github.io) website for more ...
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
45 export * from '@uiw/react-rate'; 46 export * from '@uiw/react-search-select'; 47 export * from '@uiw/react-select'; 48 export * from '@uiw/react-split'; 49 export * from '@uiw/react-steps'; 50 export * from '@uiw/react-slider'; 51 export * from '@uiw/react...
48export*from'@uiw/react-split'; 49export*from'@uiw/react-steps'; 50export*from'@uiw/react-slider'; 51export*from'@uiw/react-switch'; 52export*from'@uiw/react-table'; 53export*from'@uiw/react-tabs'; 54export*from'@uiw/react-tag'; ...
@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 ...