Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
<div class="Polaris-LegacyCard">
<div class="Polaris-LegacyCard__Header">
<h2 class="Polaris-Text--root Polaris-Text--headingMd Polaris-Text--semibold">
Online store dashboard
</h2>
</div>
<div class="Polaris-LegacyCard__Section">
<p>View a summary of your online store’s performance.</p>
</div>
</div>
1
2
3
<%= polaris_card(title: "Online store dashboard") do %>
<p>View a summary of your online store’s performance.</p>
<% end %>