LivePane.pane

An individual pane within a pane group.

The Pane component is used to create an individual pane within a group.

Attrs

The group component accepts the following attributes:

  • id - The id of the pane element.
  • group_id - ID of the group this pane belongs to.
  • collapsed_size - The size of the pane when it is in a collapsed state.
  • collapsible - Whether the pane can be collapsed.
  • starting_size - The starting size of the pane in percentage of the group's size when it is rendered.
  • max_size - The maximum size of the pane in percentage of the group's size.
  • min_size - The minimum size of the pane in percentage of the group's size.
  • order - The order of the pane in the group. Useful for maintaining order when conditionally rendering panes.
  • class - Extra classes to apply to the pane.