Previews

1
2
3
4
5
render(Primer::Beta::ButtonGroup.new(size: size)) do |component|
component.with_button(icon: :note, "aria-label": "button 1")
component.with_button(icon: :rows, "aria-label": "button 2")
component.with_button(icon: "sort-desc", "aria-label": "button 3")
end