Previews

No matching results.

x
1
2
3
4
5
6
7
<div style="background: #E0F8EE; height: auto;">
<div style="--pc-vertical-stack-align: ;--pc-vertical-stack-order: column;--pc-vertical-stack-gap-xs: var(--p-space-5)" class="Polaris-VerticalStack">
<div style="background-color: var(--p-color-text-info);color: #fff;width: auto;height: 48px;display: flex;align-items: center;justify-content: center;border-inline-start: none"></div>
<div style="background-color: var(--p-color-text-info);color: #fff;width: auto;height: 48px;display: flex;align-items: center;justify-content: center;border-inline-start: none"></div>
<div style="background-color: var(--p-color-text-info);color: #fff;width: auto;height: 48px;display: flex;align-items: center;justify-content: center;border-inline-start: none"></div>
</div>
</div>
1
2
3
4
5
6
7
<div style="background: #E0F8EE; height: auto;">
<%= polaris_vertical_stack(gap: "5") do %>
<%= polaris_placeholder(height: "48px") %>
<%= polaris_placeholder(height: "48px") %>
<%= polaris_placeholder(height: "48px") %>
<% end %>
</div>