x
1
2
3
4
5
6
7
8
<div class="Polaris-Card"> <div class="Polaris-Card__Header"> <h2 class="Polaris-Heading">Online store dashboard</h2> </div> <div class="Polaris-Card__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 %>
Use when you have a simple message to communicate to merchants that doesn’t require any secondary steps.
No params configured.