LivePane.group

A container for panes or nested pane groups.

The Group component wraps a collection of panes or nested groups and is used to initialize and manage the layout of the panes.

Attrs

The group component accepts the following attributes:

  • id - The id of the group element.
  • direction - The direction of the panes. Can be either horizontal or vertical.
  • keyboard_resize_by - The amount of space to add to the pane group when the keyboard resize event is triggered.
  • class - Extra classes to apply to the group.