Sha256: c46fa4430dab9b474f34caf695efc2637e2aa065bb43add317b53a1a7c125f79
Contents?: true
Size: 324 Bytes
Versions: 31
Compression:
Stored size: 324 Bytes
Contents
<%= render(Primer::Alpha::Dialog.new(id: "my-dialog", title: title, subtitle: subtitle, visually_hide_title: false)) do |d| %> <% d.header(show_divider: show_divider) do %> <button class="btn">Custom Header Controls</button> <% end %> <% d.show_button { button_text } %> <% d.body { "Hello World" } %> <% end %>
Version data entries
31 entries across 31 versions & 1 rubygems