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
33
34
35
36
<div style="height: 1000px; overflow: auto">
<div style="height: 400px"></div>
<action-menu data-select-variant="none" data-view-component="true">
<focus-group direction="vertical" mnemonics retain>
<button id="action-menu-2407130f-1a88-475a-a323-7d00aed59a1c-button" popovertarget="action-menu-2407130f-1a88-475a-a323-7d00aed59a1c-overlay" aria-controls="action-menu-2407130f-1a88-475a-a323-7d00aed59a1c-list" aria-haspopup="true" type="button" data-view-component="true" class="Button--secondary Button--medium Button"> <span class="Button-content">
<span class="Button-label">Edit</span>
</span>
</button>
<anchored-position data-target="action-menu.overlay" id="action-menu-2407130f-1a88-475a-a323-7d00aed59a1c-overlay" anchor="action-menu-2407130f-1a88-475a-a323-7d00aed59a1c-button" align="end" 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-2407130f-1a88-475a-a323-7d00aed59a1c-button" id="action-menu-2407130f-1a88-475a-a323-7d00aed59a1c-list" role="menu" data-view-component="true" class="ActionListWrap--inset ActionListWrap">
<li type="button" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
<button tabindex="-1" id="item-c3c9fbdc-0c35-41fc-a4e8-a91f1af1e1f6" role="menuitem" data-view-component="true" class="ActionListContent">
<span data-view-component="true" class="ActionListItem-label">
Rename
</span>
</button>
</li>
<li type="button" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem--danger ActionListItem">
<button tabindex="-1" id="item-24ec8fe3-cb37-4cba-9e29-deb3481e6d57" role="menuitem" data-view-component="true" class="ActionListContent">
<span data-view-component="true" class="ActionListItem-label">
Remove
</span>
</button>
</li>
</ul>
</div>
</action-list>
</div>
</div>
</anchored-position> </focus-group>
</action-menu>
<div style="height: 1400px"></div>
</div>
1
2
3
4
5
6
7
8
9
<div style="height: 1000px; overflow: auto">
<div style="height: 400px"></div>
<%= render Primer::Alpha::ActionMenu.new(anchor_align: :end) do |c| %>
<% c.with_show_button { "Edit" } %>
<% c.with_item(tag: :button, type: "button", label: "Rename") %>
<% c.with_item(tag: :button, type: "button", scheme: :danger, label: "Remove") %>
<% end %>
<div style="height: 1400px"></div>
</div>

No assets to display.