Class IgcNavDrawerComponent

Represents a side navigation container that provides quick access between views.

Element

igc-nav-drawer

Slot

  • The default slot for the drawer.

Slot

mini - The slot for the mini variant of the drawer.

Csspart

base - The base wrapper of the navigation drawer.

Csspart

main - The main container.

Csspart

mini - The mini container.

Hierarchy

Hierarchy

  • LitElement
    • IgcNavDrawerComponent

Constructors

Properties

open: boolean = false

Determines whether the drawer is opened.

Attr

position: "end" | "start" | "top" | "bottom" | "relative" = 'start'

The position of the drawer.

Attr

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

Methods