Previews

1
2
3
4
5
6
7
render(Primer::Alpha::ActionList.new(
aria: { label: "List heading" }
)) do |component|
component.with_item(label: "Default item", href: "/", description_scheme: :inline) do |item|
item.with_description.with_content("This is a description")
end
end