Previews

1
2
3
4
5
6
render(Primer::Alpha::ActionList.new(aria: { label: "List heading" })) do |component|
component.with_item(
label: "Really really long label that may wrap, truncate, or appear as a tooltip",
truncate_label: truncate_label
)
end