Sha256: 6f79a6450fa706d8822b258f2ae30863af17795613bd66d230f9ad60cb60edc9
Contents?: true
Size: 339 Bytes
Versions: 115
Compression:
Stored size: 339 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 %> <button class="btn">Custom Header Controls</button> <% end %> <% d.with_show_button { button_text } %> <% d.with_body { "Hello World" } %> <% end %>
Version data entries
115 entries across 115 versions & 2 rubygems