Sha256: 06a9829caa793697ef55f192bf43ff8e19d0c79d35109be933a71579740a791c

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

<%= pb_rails("dashboard_value", props: {
  stat_label: {label: "Decreased Value"},
  stat_value: {value: 1428, unit: "appts"},
  stat_change: {change: "decrease", value: "26.1%"}
}) %>

<br><br>

<%= pb_rails("dashboard_value", props: {
  stat_label: {label: "Increased Value"},
  stat_value: {value: 938, unit: "homes"},
  stat_change: {change: "increase", value: "26.1%"}
}) %>

<br><br>

<%= pb_rails("dashboard_value", props: {
  stat_label: {label: "Neutral Value"},
  stat_value: {value: 261, unit: "windows"},
  stat_change: {value: "26.1%"}
}) %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-2.9.6 app/pb_kits/playbook/pb_dashboard_value/docs/_dashboard_value_default.html.erb