Sha256: 72c2ab070d080f8d547f46affbe7b80d646d589ff44f81cdf8465d2ae90af7c6
Contents?: true
Size: 409 Bytes
Versions: 95
Compression:
Stored size: 409 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 %> <%= render(Primer::Beta::AutoComplete.new(src: url, label_text: "Search", list_id: "list", input_id: "input")) do |a| %> <% a.with_leading_visual_icon(icon: :search) %> <% end %> <% end %> <% end %>
Version data entries
95 entries across 95 versions & 2 rubygems