Class ZetaNavigationProfile

TODO this has been removed from the FIGMA, this may become deprecated soon

  • The headline text.

leading - The leading content. Typically a zeta-avatar.

Hierarchy

  • ContourableInterface<this> & LitElement<this>
    • ZetaNavigationProfile

Other

  • Returns ZetaNavigationProfile

rounded: boolean
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>