@nospamproxy/core
    Preparing search index...

    Generic container that represents a row of controls. It allows wrapping and adds space between items that stays correctly formatted in any case.

    It can hold controls like and .

    Control rows can be arbitrarily nested to achieve a specific wrapping order.

    <control-row>
    <button-control>Foo</button-control>
    <control-row>
    <button-control>Bar</button-control>
    <button-control>Baz</button-control>
    </control-row>
    </control-row>
    Index

    Constructors

    Properties

    Constructors

    Properties

    align: "top" | "center" | "bottom" = 'center'

    Set the vertical alignment.

    "center"
    
    wrap: boolean = true

    Set if wrapping is enabled.

    true