Sha256: 47a31eef1f6b5c1cadc3b15ae9a2ac2f1b0185fe18b649a60092fdc177621f16
Contents?: true
Size: 437 Bytes
Versions: 18
Compression:
Stored size: 437 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> <label for="dialog-text-input-example">Example input</label> <input id="dialog-text-input-example" type="text" value="Some text goes in here" autocomplete="off"> </form> <% end %> <% end %>
Version data entries
18 entries across 18 versions & 2 rubygems