Sha256: 21d27568331dac93ca66f2283008b22fd93c2c5ec989d2ac4e1f6b3cd0c1bf4c
Contents?: true
Size: 373 Bytes
Versions: 6
Compression:
Stored size: 373 Bytes
Contents
<%= render(Primer::Alpha::Dialog.new(id: "my-dialog", title: title, subtitle: subtitle, visually_hide_title: false)) do |d| %> <% d.with_header(show_divider: show_divider) do %> <%= render(Primer::Beta::Button.new) do %> Custom Header Controls <% end %> <% end %> <% d.with_show_button { button_text } %> <% d.with_body { "Hello World" } %> <% end %>
Version data entries
6 entries across 6 versions & 2 rubygems