Sha256: b1f8b2f13d6997615492c16cd34b72018a378ea1be96958f5d79970335c11b66
Contents?: true
Size: 416 Bytes
Versions: 31
Compression:
Stored size: 416 Bytes
Contents
<%= render(Primer::Alpha::Dialog.new(id: "my-dialog", title: title, subtitle: subtitle)) do |d| %> <% d.show_button { button_text } %> <% d.body { "Content" } %> <% d.footer(show_divider: show_divider) do %> <%= render(Primer::ButtonComponent.new(data: { "close-dialog-id": "my-dialog" })) { "Cancel" } %> <%= render(Primer::ButtonComponent.new(scheme: :primary)) { "Submit" } %> <% end %> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems