Sha256: fb463d0b087bf919c69e1386bb9a1a767eca681cdf97edf5623d59a8841b8226

Contents?: true

Size: 605 Bytes

Versions: 1919

Compression:

Stored size: 605 Bytes

Contents

import React from 'react'

import Currency from '../_currency'

const CurrencyAlignment = (props) => {
  return (
    <>
      <Currency
          amount="2,000.50"
          label="Left"
          size="sm"
          {...props}
      />
      <Currency
          align="center"
          amount="342"
          label="Center"
          size="sm"
          symbol="€"
          {...props}
      />
      <Currency
          align="right"
          amount="45"
          label="Right"
          size="sm"
          unit="/mo"
          {...props}
      />
    </>
  )
}

export default CurrencyAlignment

Version data entries

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

Version Path
playbook_ui-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.11.0 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.11.0.pre.rc.16 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.10.0.pre.alpha.play16825301 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.11.0.pre.rc.15 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.11.0.pre.rc.14 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.11.0.pre.rc.13 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.11.0.pre.rc.12 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5274 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.10.0.pre.alpha.play1465attempt25272 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui_docs-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
playbook_ui-14.10.0.pre.alpha.play16825244 app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx