You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ import Split from '@uiw/react-split';
23
23
24
24
### Basic usage
25
25
26
-
> ~~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 proportion width of the default split content.~~
26
+
> ~~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 proportion width of the default split content.~~
27
27
28
28
- Fixed initial width or height, which can be calculated by setting the child node, style `width: '80%'` to 100% width.
29
29
- Drag to the minimum width, you can achieve the effect by setting the child node style `minWidth: 30`.
0 commit comments