<%= render(Yattho::Beta::ButtonGroup.new) do |component| %> <% component.with_button { "Default" } %> <% component.with_button(scheme: :primary) { "Primary" } %> <% component.with_button(scheme: :danger) { "Danger" } %> <% component.with_button(scheme: :outline) { "Outline" } %> <% component.with_button(classes: "custom-class") { "Custom class" } %> <% end %>