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