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-35cb4f33-a3a7-486b-8060-081d67806a56-button" popovertarget="action-menu-35cb4f33-a3a7-486b-8060-081d67806a56-overlay" aria-controls="action-menu-35cb4f33-a3a7-486b-8060-081d67806a56-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-35cb4f33-a3a7-486b-8060-081d67806a56-overlay" anchor="action-menu-35cb4f33-a3a7-486b-8060-081d67806a56-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-35cb4f33-a3a7-486b-8060-081d67806a56-button" id="action-menu-35cb4f33-a3a7-486b-8060-081d67806a56-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-36445d21-1f3d-488c-b2f2-801cf4edca26" 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-1809773b-a65f-42b4-89a7-93d6847c0da0" 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.