ZetaTag web component.

Tags are used to draw attention to a specific area or information. The arrow shape helps direct the users attention to the desired place.

Hierarchy

  • ContourableInterface<this> & LitElement<this>
    • ZetaTag

Other

  • Returns ZetaTag

point: "left" | "right" = "right"

Direction of the tag point.

rounded: boolean
text: string = ""

Text displayed in the tag.

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>