Sha256: dbc9b79036dfeffd70dc9eaf68a0bfc9b203be8db306ba041f76e8fdde1983c3

Contents?: true

Size: 529 Bytes

Versions: 1866

Compression:

Stored size: 529 Bytes

Contents

<%= pb_rails("currency", props: {
  abbreviate: true,
  amount: "2,200.50",
  label: "Thousands (with Unit)",
  margin_bottom: "md",
  unit: "/mo",
}) %>

<%= pb_rails("currency", props: {
  abbreviate: true,
  amount: "3424123",
  label: "Millions",
  margin_bottom: "md",
}) %>

<%= pb_rails("currency", props: {
  abbreviate: true,
  amount: "45,300,000,000",
  label: "Billions",
  margin_bottom: "md",
}) %>

<%= pb_rails("currency", props: {
  abbreviate: true,
  amount: "983,200,000,000,000",
  label: "Trillions",
}) %>

Version data entries

1,866 entries across 1,866 versions & 2 rubygems

Version Path
playbook_ui-10.23.0.pre.alpha2 app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
playbook_ui-10.23.0.pre.alpha1 app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
playbook_ui-10.22.1 app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
playbook_ui-10.22.0 app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
playbook_ui-10.21.1.pre.alpha1 app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
playbook_ui-10.21.0 app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb