Sha256: ff3bfac0f12df888d1e7cf58164b01ba4ae835c79a93a7385d75f63e0f6fd4fc
Contents?: true
Size: 569 Bytes
Versions: 138
Compression:
Stored size: 569 Bytes
Contents
<div style="width:100%; height: 400px; display: flex; justify-content: center; align-items: center;"> <%= render(Primer::Alpha::Overlay.new( title: title, subtitle: subtitle, role: role, size: size, placement: placement, anchor_align: anchor_align, anchor_side: anchor_side, allow_out_of_bounds: allow_out_of_bounds, visually_hide_title: visually_hide_title, )) do |d| %> <% d.with_header(title: title, size: header_size) %> <% d.with_show_button { button_text } %> <% d.with_body { body_text } %> <% end %> </div>
Version data entries
138 entries across 138 versions & 2 rubygems