File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ Here's a basic example:
45
45
46
46
?> ** Note** There is no limit to the number of divs you have as children. The ` SplitPane ` will split them all accordingly.
47
47
48
- !> The children can be any valid React child, but if a child is ` null ` it will be excluded from being split or displayed.
48
+ !> The children can be any valid React child, but if a child is ` null ` it will be excluded from being split or displayed.
49
+
50
+ !> You must have ** MORE** than one non-null child in the split-pane otherwise it will log an error and simply render the single child.
49
51
50
52
## Styling the Resizer 💅
51
53
Original file line number Diff line number Diff line change 6
6
7
7
> The splittable, draggable and collapsible react layout library.
8
8
9
- - Simple and lightweight (~ 98kB gzipped)
9
+ - Simple and lightweight (~ 89kB gzipped)
10
10
- Minimal Dependencies
11
11
- Easy styling and configuration
12
12
You can’t perform that action at this time.
0 commit comments