Common/Count
============
Renders a number as an inline element with thousandths formatting.

```jsx
<div>
    <Count>3</Count>
    <Count>3333</Count>
    <Count separator=".">3333</Count>
</div>
```

### Props

**separator={string}**  
Character to use as the thousandths separator. Uses a comma by default.
