-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Milestone
Description
Specification
This widget provides split pane behavior. Each SplitPane has two children and can be nested inside another SplitPane.
Features
- vertical or horizontal orientation
- ability to specify a minimum panel size
- ability to specify a maximum panel size
- ability to specify an initial panel size
- ability to nest split panes
Value-add
Ability to divide content into resizable horizontal or vertical containers
Callbacks
onResizeStart
onResizeEnd
onResize
Mouse/keyboard interactions
Ability to click and drag divider line
Mandatory/valid/empty/wait states
None
Controlled/uncontrolled
Uncontrolled
List of any icons needed
None
Design input required (inc responsive design)
Look and feel of the center splitter
Any other considerations:
Acceptance criteria
- I can orient a SplitPane vertically or horizontally
- I can test SplitPanes inside other SplitPanes
- I can click the divider bar and resize the primary panel