Previews

Pages

1
2
3
4
5
6
7
8
9
10
11
12
13
<%= polaris_page(title: "Products") do |page| %>
<% page.with_action_group(
title: "Promote",
actions: [
{ content: "Share on Facebook", url: "https://facebook.com" },
{ content: "Share on Twitter", url: "https://twitter.com" },
]
) %>
<%= polaris_card(title: "Credit card") do %>
<p>Credit card information</p>
<% end %>
<% end %>