```js
  <CurrencyAmount amount='100.00' />
```

### Lockup/CurrencyAmount
```jsx
    <CurrencyAmount curr='£' amount='12.11' unit='/mo' typography={3} color='brand-3' spacer={7} />
```
### decimal vs whole.
```jsx
    <CurrencyAmount amount='15' typography={3} />
```
