Sha256: 7c260bcec257644a0db95d6a790338b04bbf949984246c2dcf57fc8578e1b09f
Contents?: true
Size: 278 Bytes
Versions: 89
Compression:
Stored size: 278 Bytes
Contents
<%= render(Primer::Alpha::Dialog.new(id: "dialog-one", title: "Dialog")) do |d| %> <% d.with_show_button { "Show Dialog" } %> <% d.with_body do %> <form> <input type="text" placeholder="This element is focused on open" autofocus> </form> <% end %> <% end %>
Version data entries
89 entries across 89 versions & 2 rubygems