RAGS - v1.10.0
    Preparing search index...

    Function newBox

    • Create a new Box container widget.

      Type Parameters

      • Child extends Widget = Widget
      • Attr = unknown

      Parameters

      Returns Box<Child, Attr>

      const myBox = newBox({ vertical: true, children: [child1, child2] });
      const hBox = newBox([child1, child2]);