Sha256: 8411f8395a204861bfe1bea7468dbb31be5b3bfefb684a42c9cfc63f65ca41ee

Contents?: true

Size: 242 Bytes

Versions: 11

Compression:

Stored size: 242 Bytes

Contents

import React from 'react'

import Currency from '../_currency'

const CurrencyNegative = (props) => {
  return (
    <>
      <Currency
          amount="-2,000.50"
          {...props}
      />
    </>
  )
}

export default CurrencyNegative

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
playbook_ui-14.9.0 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui_docs-14.9.0.pre.rc.18 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui-14.9.0.pre.rc.18 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui_docs-14.9.0.pre.rc.17 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui-14.9.0.pre.rc.17 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui_docs-14.9.0.pre.rc.16 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui-14.9.0.pre.rc.16 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui_docs-14.9.0.pre.rc.15 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui-14.9.0.pre.rc.15 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui_docs-14.9.0.pre.rc.14 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
playbook_ui-14.9.0.pre.rc.14 app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx