Previews

1
2
3
4
5
6
7
8
render(Primer::Alpha::ActionList.new(
aria: { label: "List heading" }
)) do |component|
component.with_item(label: "Item with trailing visual", href: "/") do |item|
item.with_leading_visual_icon(icon: :heart)
item.with_trailing_visual_icon(icon: :star)
end
end