Menu

A collection of options or commands presented to the user, typically used to perform actions or navigate within an application or website. The set of options can be visible at all time (menu bars) or expandable.

Component checklist

Status

The status of the component

Documentation in progress

Repository

A link to the repo where the component lives.

gux-flyout-menu

Slots

Slot Description
collection of menu-option, submenu elements

Built with StencilJS


gux-flyout-menu

Methods

guxFocus() => Promise<void>

Focus on the components button element

Returns

Type: Promise<void>

Slots

Slot Description
text

Dependencies

Depends on

Graph


                                                
                                                graph TD;
                                                  gux-menu-option --> gux-truncate
                                                  gux-truncate --> gux-tooltip
                                                  style gux-menu-option fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS


gux-flyout-menu

Properties

Property Attribute Description Type Default
label label string undefined

Methods

guxFocus() => Promise<void>

Focus on the components button element

Returns

Type: Promise<void>

Slots

Slot Description
collection of menu-option, submenu elements

Dependencies

Depends on

Graph


                                                
                                                graph TD;
                                                  gux-submenu --> gux-truncate
                                                  gux-submenu --> gux-icon
                                                  gux-truncate --> gux-tooltip
                                                  style gux-submenu fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS