x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<div tabindex="0" role="status" class="Polaris-Banner Polaris-Banner--withinPage"> <div class="Polaris-Banner__Dismiss"> <a href="#" data-controller="paper-button" class="Polaris-Button Polaris-Button--plain Polaris-Button--iconOnly"> <span class="Polaris-Button__Content"> <div class="Polaris-Button__Icon"> <span class="Polaris-Icon"> <svg viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path d="M6.707 5.293a1 1 0 0 0-1.414 1.414l3.293 3.293-3.293 3.293a1 1 0 1 0 1.414 1.414l3.293-3.293 3.293 3.293a1 1 0 0 0 1.414-1.414l-3.293-3.293 3.293-3.293a1 1 0 0 0-1.414-1.414l-3.293 3.293-3.293-3.293Z"></path></svg> </span> </div> </span> </a> </div> <div style="--pc-box-border-color: transparent;--pc-box-border-style: solid;--pc-box-padding-inline-end-xs: var(--p-space-4)" class="Polaris-Box"> <span class="Polaris-Icon Polaris-Icon--colorBase Polaris-Icon--applyColor"> <svg viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" d="M10 20c5.514 0 10-4.486 10-10s-4.486-10-10-10-10 4.486-10 10 4.486 10 10 10zm1-6a1 1 0 1 1-2 0v-4a1 1 0 1 1 2 0v4zm-1-9a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"></path></svg> </span> </div> <div class="Polaris-Banner__ContentWrapper"> <div style="--pc-box-border-color: transparent;--pc-box-border-style: solid;--pc-box-padding-block-end-xs: var(--p-space-05);--pc-box-padding-block-start-xs: var(--p-space-05)" class="Polaris-Box"> <p> Use your finance report to get detailed information about your business. <a href="#" data-paper-unstyled="true" class="Polaris-Link Polaris-Link--monochrome">Let us know what you think</a> </p> </div> </div></div>
1
2
3
4
5
6
7
<%= paper_banner do |banner| %> <% banner.with_dismiss_button(url: "#") %> <p> Use your finance report to get detailed information about your business. <%= paper_link(url: "#", monochrome: true) { "Let us know what you think" } %> </p><% end %>
No notes provided.
No params configured.