mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* 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>
934 B
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