Options
All
  • Public
  • Public/Protected
  • All
Menu

Styling options for the Group component

Default Styling: GROUP_DEFAULT_STYLE

Hierarchy

  • GroupComponentStyle

Index

Properties

direction

direction: "horizontal" | "vertical"

In which way should child components of this group be organized?

Optional noBorder

noBorder?: boolean

If true, this group will have the same colour background as its parent, and no border. This allows you to use groups to arrange components without having to have visible boundaries between them.

Optional wrap

wrap?: boolean

If true, when the group runs out of vertical or horizontal space, child components will be wrapped, and start to be arranged on additional columns or rows.

Generated using TypeDoc