class Playbook::PbCurrency::Currency

def body_props

def body_props
  {
    text: units_element,
    color: "light",
    classname: "unit",
    dark: dark,
  }
end