Skip to content

Commit fa3ee62

Browse files
authored
doc: Update README.md
1 parent bcacd77 commit fa3ee62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import Split from '@uiw/react-split';
2323

2424
### Basic usage
2525

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.~~
2727
2828
- Fixed initial width or height, which can be calculated by setting the child node, style `width: '80%'` to 100% width.
2929
- Drag to the minimum width, you can achieve the effect by setting the child node style `minWidth: 30`.

0 commit comments

Comments
 (0)