Previews

1
2
3
4
5
6
7
8
render(Primer::Beta::Truncate.new) do |component|
component.with_item do
"really-long-repository-owner-name"
end
component.with_item(font_weight: :bold) do
"really-long-repository-name"
end
end