<%= render(Yattho::Beta::Flash.new) do |component| %> This is a flash message with actions! <% component.with_action do %> <%= render(Yattho::ButtonComponent.new(size: :small)) { "Take action" } %> <% end %> <% end %>