Examples
const formatter = new Intl.NumberFormat("en-US", {style: "currency",currency: "USD",minimumFractionDigits: 2,})formatter.format(1000) // "$1,000.00"formatter.format(10) // "$10.00"formatter.format(123233000) // "$123,233,000.00"
| base | 0px |
| sm | 480px |
| md | 768px |
| lg | 992px |
| xl | 1280px |
| 2xl | 1536px |
| width | px |
| height | px |
Date Created: 2018/03/15 14:19:17
Last Update: 2022/08/24
const formatter = new Intl.NumberFormat("en-US", {style: "currency",currency: "USD",minimumFractionDigits: 2,})formatter.format(1000) // "$1,000.00"formatter.format(10) // "$10.00"formatter.format(123233000) // "$123,233,000.00"