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

  • The default slot for the igc-navigation-drawer.

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

base - The base wrapper of the igc-navigation-drawer.

main - The main container of the igc-navigation-drawer.

mini - The mini container of the igc-navigation-drawer.

Callable

  • Returns ReactNode

Methods

  • Closes the drawer.

    Returns Promise<boolean>

  • Opens the drawer.

    Returns Promise<boolean>

  • Toggles the open state of the drawer.

    Returns Promise<boolean>

Properties

open: boolean

Determines whether the drawer is opened.

The position of the drawer.