fonteva-design-guide
Version:
## Dev, Build and Test
21 lines (20 loc) • 743 B
HTML
<template>
<span class="fon-custom-cell" if:false={typeAttributes.isLeftAligned}>
<c-pfm-output-field
currency-iso-code={typeAttributes.currencyIsoCode}
value={value}
type="currency"
is-multi-currency-org={typeAttributes.isMultiCurrencyOrg}
>
</c-pfm-output-field>
</span>
<span class="fon-custom-cell slds-float_right" if:true={typeAttributes.isLeftAligned}>
<c-pfm-output-field
currency-iso-code={typeAttributes.currencyIsoCode}
value={value}
type="currency"
is-multi-currency-org={typeAttributes.isMultiCurrencyOrg}
>
</c-pfm-output-field>
</span>
</template>