Files
vault/ui/lib/core/stories/popup-menu.md
Alexander Scheel ee1e5bec5b Update repository links to point to main (#14112)
* Update repository links to point to main

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Fix broken link in relatedtools.mdx

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2022-02-17 14:30:56 -05:00

934 B

PopupMenu

PopupMenu displays a button that when pressed will toggle open a menu that is yielded in the content block.

Param Type Default Description
contentClass String '' A class that will be applied to the yielded content of the popup.

Example

<PopupMenu><nav class="menu"> <ul class="menu-list"> <li class="action"> <button type="button">A menu!</button> </li> </ul> </nav></PopupMenu>

See