@zebra-fed/zeta-web
    Preparing search index...

    Class ZetaButtonGroup

    Takes in Zeta Button Group Items as children and groups them by applying styling to them.

    Does not render any other types of children.

    Hierarchy

    • ContourableInterface<this> & LitElement<this>
      • ZetaButtonGroup
    Index

    Other

    • Returns ZetaButtonGroup

    rounded: boolean
    size: "medium" | "large" = "medium"

    Size of button.

    styles: CSSResultGroup[] = ...

    rendering

    • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

      Returns TemplateResult<1>