Class ZetaDropdownMenuItem

Zeta Dropdown Menu Item is a component that represents an item in a dropdown menu.

  • Content of menu item; typically text.

icon - A zeta-icon element shown on leading side of item. Only shown if type is default.

https://www.figma.com/file/JesXQFLaPJLc1BdBM4sisI/🦓-ZDS---Components?node-id=22391-10146

https://zeta-ds.web.app/web/storybook/?path=/docs/dropdown--docs

Hierarchy

  • ContourableInterface<this> & LitElement<this> & InteractiveInterface<this>
    • ZetaDropdownMenuItem

Other

  • Returns ZetaDropdownMenuItem

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