Previews

1
2
3
4
5
render(Primer::Alpha::SegmentedControl.new("aria-label": "File view")) do |component|
component.with_item(label: "Preview", selected: true)
component.with_item(label: "Raw")
component.with_item(label: "Blame")
end