open-vault/ui/stories/popup-menu.md
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

936 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