Sha256: e9f056367d2750c26241930740a84c49447637f4520b120068b1e5ac7090dde1
Contents?: true
Size: 1.7 KB
Versions: 1782
Compression:
Stored size: 1.7 KB
Contents
<%= pb_rails("flex", props: {wrap: true, padding: "xl", gap: "sm"}) do %> <%= pb_rails("flex/flex_item", props: {flex: 1, grow: true }) do %> <%= pb_rails("card", props: {max_width: "xs", padding: "md", }) do %> <%= pb_rails("title", props: {padding_bottom: "sm", size: 4, text: "Abandoned Calls" })%> <%= pb_rails("flex", props: {align: "stretch"}) do %> <%= pb_rails("flex", props: {margin_right: "sm", orientation: "column"}) do %> <%= pb_rails("body", props: {color: "light", padding_bottom: "sm",text: "Total Abandoned"}) %> <%= pb_rails("flex", props: {align: "baseline", padding_bottom: "sx"}) do %> <%= pb_rails("title", props: {size: 1, text: "39"})%> <%= pb_rails("title", props: {color: "light", size: 3, text: "calls"}) %> <% end %> <%= pb_rails("caption", props: {size: "xs", text: "of 390" }) %> <%end %> <%= pb_rails("section_separator", props: {align_self: "stretch", margin_right: "sm", orientation: "vertical" }) %> <%= pb_rails("flex", props: {orientation: "column", wrap: true}) do %> <%= pb_rails("body", props: {color: "light", text: "% Abandoned"}) %> <%= pb_rails("flex", props: {wrap: true}) do %> <%= pb_rails("flex/flex_item", props: {fixed_size: "150px", overflow: "hidden", shrink: true}) do %> <%= pb_rails("gauge", props: { chart_data: [{ name: "Name", value: 10 }], disable_animation: true, height: '150', id: "gauge-complex", suffix: "%" }) %> <% end %> <% end %> <% end %> <%end %> <% end %> <% end %> <% end %>
Version data entries
1,782 entries across 1,782 versions & 2 rubygems
Version | Path |
---|---|
playbook_ui-11.16.0 | app/pb_kits/playbook/pb_gauge/docs/_gauge_complex.html.erb |
playbook_ui-11.12.1.pre.alpha.charts1 | app/pb_kits/playbook/pb_gauge/docs/_gauge_complex.html.erb |