Sha256: 455e767552ca5689953f7585ece5e21a36e9928bff3ca48953901955fc5e51da
Contents?: true
Size: 320 Bytes
Versions: 28
Compression:
Stored size: 320 Bytes
Contents
<%= render(Primer::Alpha::Dialog.new(id: "dialog-one", title: title, subtitle: subtitle, visually_hide_title: false)) do |d| %> <% d.with_show_button { button_text } %> <% d.with_body do %> <p>Dialog One!</p> <form> <input type="text" value="Some text goes in here"> </form> <% end %> <% end %>
Version data entries
28 entries across 28 versions & 2 rubygems