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