Class IgcNavDrawerItemComponent

Represents a navigation drawer item.

Element

igc-nav-drawer-item

Slot

content - The content slot for the drawer item.

Slot

icon - The slot for the icon of the drawer item.

Csspart

base - The base wrapper of the drawer item.

Csspart

icon - The icon container.

Csspart

content - The content container.

Hierarchy

Hierarchy

  • LitElement
    • IgcNavDrawerItemComponent

Constructors

Properties

active: boolean = false

Determines whether the drawer is active.

Attr

disabled: boolean = false

Determines whether the drawer is disabled.

Attr

styles: CSSResult[] = ...
tagName: "igc-nav-drawer-item" = 'igc-nav-drawer-item'

Methods