Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<action-menu data-select-variant="none" data-view-component="true">
<focus-group direction="vertical" mnemonics retain>
<button id="action-menu-4fe374af-fa28-43af-9c06-71cd7737a61f-button" popovertarget="action-menu-4fe374af-fa28-43af-9c06-71cd7737a61f-overlay" aria-controls="action-menu-4fe374af-fa28-43af-9c06-71cd7737a61f-list" aria-haspopup="true" type="button" data-view-component="true" class="Button--secondary Button--medium Button"> <span class="Button-content">
<span class="Button-label">Menu</span>
</span>
</button>
<anchored-position id="action-menu-4fe374af-fa28-43af-9c06-71cd7737a61f-overlay" anchor="action-menu-4fe374af-fa28-43af-9c06-71cd7737a61f-button" align="start" side="outside-bottom" anchor-offset="normal" popover="auto" data-view-component="true">
<div data-view-component="true" class="Overlay Overlay--size-auto">
<div data-view-component="true" class="Overlay-body Overlay-body--paddingNone"> <action-list>
<div data-view-component="true">
<ul aria-labelledby="action-menu-4fe374af-fa28-43af-9c06-71cd7737a61f-button" id="action-menu-4fe374af-fa28-43af-9c06-71cd7737a61f-list" role="menu" data-view-component="true" class="ActionListWrap--inset ActionListWrap">
<li value="" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
<button tabindex="-1" id="item-093a03d3-8877-4de1-9a60-b15d176567ea" type="button" role="menuitem" data-view-component="true" class="ActionListContent">
<span data-view-component="true" class="ActionListItem-label">
<span class="copy-link">Copy link</span>
</span>
</button>
</li>
<li value="" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
<button tabindex="-1" id="item-8663042b-a9e3-447a-bce2-078f99974beb" type="button" role="menuitem" data-view-component="true" class="ActionListContent">
<span data-view-component="true" class="ActionListItem-label">
<span class="quote-reply">Quote reply</span>
</span>
</button>
</li>
</ul>
</div>
</action-list>
</div>
</div>
</anchored-position> </focus-group>
</action-menu>
1
2
3
4
5
6
7
8
9
<%= render(Primer::Alpha::ActionMenu.new) do |menu| %>
<% menu.with_show_button { "Menu" } %>
<% menu.with_item(value: "") do %>
<span class="copy-link">Copy link</span>
<% end %>
<% menu.with_item(value: "") do %>
<span class="quote-reply">Quote reply</span>
<% end %>
<% end %>

No assets to display.