Sha256: b84116aa956e70a85d377b639f1f157c494a82e48ebfd6f996124cb55211e33b
Contents?: true
Size: 278 Bytes
Versions: 121
Compression:
Stored size: 278 Bytes
Contents
<%= render(Primer::Alpha::Dialog.new(title: title, subtitle: subtitle)) do |d| %> <% d.with_show_button { @button_text } %> <% d.with_body { "Content" } %> <% d.with_footer do %> render(Primer::ButtonComponent.new(scheme: :primary)) { "Submit" } <% end %> <% end %>
Version data entries
121 entries across 121 versions & 2 rubygems