Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 310 Bytes

File metadata and controls

16 lines (13 loc) · 310 Bytes

Common/Count

Renders a number as an inline element with thousandths formatting.

<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.