Sha256: 89cc3312f7603506a42802b3f3d902e06efc2d0e5716a9e6b6063db26d1b9669
Contents?: true
Size: 700 Bytes
Versions: 16
Compression:
Stored size: 700 Bytes
Contents
<% subject_id = SecureRandom.hex %> <%= render(Primer::Alpha::SelectPanel.new( data: { interaction_subject: subject_id }, select_variant: :single, fetch_strategy: :local, open_on_load: open_on_load )) do |panel| %> <% panel.with_show_button { "Panel" } %> <% panel.with_item(label: "Primer", href: "https://primer.style") %> <% panel.with_item(label: "Microsoft", href: "https://microsoft.com", active: true) %> <% panel.with_item(label: "GitHub", href: "https://github.com") %> <% panel.with_item(label: "Catalyst", href: "https://catalyst.rocks") %> <% end %> <%= render partial: "primer/alpha/select_panel_preview/interaction_subject_js", locals: { subject_id: subject_id } %>
Version data entries
16 entries across 16 versions & 2 rubygems