Sha256: 8cdd555df2166174a7907e36c55eb8f9ec55c9c630dee5c53847386f148a0358
Contents?: true
Size: 263 Bytes
Versions: 31
Compression:
Stored size: 263 Bytes
Contents
<%= render(Primer::Alpha::Dialog.new(title: title, subtitle: subtitle)) do |d| %> <% d.show_button { @button_text } %> <% d.body { "Content" } %> <% d.footer do %> render(Primer::ButtonComponent.new(scheme: :primary)) { "Submit" } <% end %> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems