Previews

1
2
3
4
5
render(Primer::Alpha::ActionList.new(
aria: { label: "List heading" }
)) do |component|
component.with_item(label: "This is a very long string of text that will truncate if it runs out of horizontal space", href: "/", truncate_label: true)
end