Sha256: e327c34bca427e489f268cd8086f9f1c53a7567164db6fc0f2c2f757606982b0
Contents?: true
Size: 763 Bytes
Versions: 46
Compression:
Stored size: 763 Bytes
Contents
<div style="position:sticky;top:0;" class="color-bg-accent"> <%= render(Primer::Alpha::Overlay.new(title: "Dialog", role: :dialog, size: :large, padding: :condensed)) do |d| %> <% d.with_header(title: "Large Dialog Header", divider: true) do |header| %> <% header.with_filter do %> <%= render Primer::Alpha::TextField.new( autofocus: true, visually_hide_label: true, name: "filter", label: "Filter Overlay" ) %> <% end %> <% end %> <% d.with_show_button { "Show Overlay" } %> <% d.with_footer { "Large Dialog Footer" } %> <% d.with_body { "This is a long body for the overlay dialog. <br>".html_safe * 20 } %> <% end %> </div> <div style="height:3000px;"></div>
Version data entries
46 entries across 46 versions & 2 rubygems