Sha256: f29703b26ebc118aefd4926a3e6d9db371b63cd2e1639c4b3cf9825f0ed18cfa
Contents?: true
Size: 569 Bytes
Versions: 460
Compression:
Stored size: 569 Bytes
Contents
import React from 'react' import { Currency, Title } from '../..' const CurrencyUnstyled = (props) => { return ( <> <Currency amount="2,000.50" label="Basic unstyled example" marginBottom="md" unstyled {...props} /> <Title size={1} {...props} > <Currency amount="2,000.50" label="Example with wrapping typography kit" unstyled {...props} /> </Title> </> ) } export default CurrencyUnstyled
Version data entries
460 entries across 460 versions & 2 rubygems