Previews

1
2
3
4
5
6
7
8
9
10
11
12
<%= paper_card(title: "Online store dashboard") do %>
<%= paper_text_container do %>
<%= paper_banner(dismissible: true, within: :container) do %>
<p>
Use your finance report to get detailed information about your business.<br>
<%= paper_link(url: "#", monochrome: true) { "Let us know what you think" } %>
</p>
<% end %>
<p>View a summary of your online store’s performance.</p>
<% end %>
<% end %>