x
1
2
3
4
5
6
7
8
9
10
11
12
13
<action-list> <div data-view-component="true"> <ul aria-label="List heading" id="action-list-0f3cc89e-1105-4c12-be80-d17c32de8e0e" role="list" data-view-component="true" class="ActionListWrap"> <li data-targets="action-list.items" data-view-component="true" class="ActionListItem"> <a id="item-40f21136-c146-42bb-b6cc-2fb3ccc8f522" href="/" data-view-component="true" class="ActionListContent ActionListContent--sizeXLarge"> <span data-view-component="true" class="ActionListItem-label"> Default item </span> </a> </li> </ul> </div></action-list>
No notes provided.
1
2
3
4
5
render(Primer::Alpha::ActionList.new( aria: { label: "List heading" } )) do |component| component.with_item(label: "Default item", href: "/", size: :xlarge)end
No params configured.