Previews

1
2
3
4
5
6
7
8
9
10
11
12
<% subject_id = SecureRandom.hex %>
<%= render(Primer::Alpha::SelectPanel.new(
data: { interaction_subject: subject_id },
src: select_panel_items_path(fail: "true"),
fetch_strategy: :eventually_local,
open_on_load: open_on_load
)) do |panel| %>
<% panel.with_show_button { "Sci-fi equipment" } %>
<% end %>
<%= render partial: "primer/alpha/select_panel_preview/interaction_subject_js", locals: { subject_id: subject_id } %>