README
Amount 🤑🤑🤑
Amount component
import Amount from 'AP/Amount'
Usage example
<Amount
amount={95.05}
currency='rur'
currencies={{ eur: 'EURO', usd: 'доллар' }}
size='xxxl'
weight={false}
theme='dark'
/>
Amount component
<script type="module">
import apassAmount from 'https://cdn.skypack.dev/@apass/amount';
</script>
Amount component
import Amount from 'AP/Amount'
<Amount
amount={95.05}
currency='rur'
currencies={{ eur: 'EURO', usd: 'доллар' }}
size='xxxl'
weight={false}
theme='dark'
/>