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