Sha256: 189ab3f25824d5b61b911c89e13d8b0b130986b0ab89bc49c112df18db413212
Contents?: true
Size: 574 Bytes
Versions: 71
Compression:
Stored size: 574 Bytes
Contents
import React from 'react' import { Currency } from '../../' const CurrencyLarge = (props) => { return ( <> <Currency {...props} amount="2,000.50" size="lg" /> <Currency {...props} align="center" amount="342" label="Caption" size="lg" symbol="€" /> <Currency {...props} align="right" amount="45" label="Caption" size="lg" unit="/mo" /> </> ) } export default CurrencyLarge
Version data entries
71 entries across 71 versions & 1 rubygems