Previews

Pages

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%= polaris_button(data: {
controller: "polaris",
target: "#demo-modal",
action: "polaris#openModal",
}) { "Open" } %>
<%= polaris_modal(
id: "demo-modal",
title: "Reach more shoppers with Instagram product tags",
open: true,
small: true,
) do |modal| %>
<%= polaris_text_container do %>
<p>
Use Instagram posts to share your products with millions of
people. Let shoppers buy from your store without leaving
Instagram.
</p>
<% end %>
<% modal.with_primary_action { "Add instagram" } %>
<% modal.with_secondary_action { "Learn more" } %>
<% end %>