Sha256: b8998b2c86da169a193ad3f1573b25d13e50b5805023650c2e133a681dffa913
Contents?: true
Size: 575 Bytes
Versions: 948
Compression:
Stored size: 575 Bytes
Contents
import React from 'react' import { Currency, Title } from 'playbook-ui' 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
948 entries across 948 versions & 2 rubygems