Sha256: 5ce887c3349ded416b943073a1e8c179351ca91455581c4d8e503b006844c7ff
Contents?: true
Size: 588 Bytes
Versions: 34
Compression:
Stored size: 588 Bytes
Contents
<% subject_id = SecureRandom.hex %> <%= render(Primer::Alpha::SelectPanel.new( data: { interaction_subject: subject_id }, id: "with_avatar_items", title: "Select users", select_variant: :multiple, fetch_strategy: :local, open_on_load: open_on_load )) do |panel| %> <% panel.with_show_button { "Choose users" } %> <% panel.with_avatar_item( username: "hulk_smash", src: "https://avatars.githubusercontent.com/u/103004183?v=4", ) %> <% end %> <%= render partial: "primer/alpha/select_panel_preview/interaction_subject_js", locals: { subject_id: subject_id } %>
Version data entries
34 entries across 34 versions & 2 rubygems