Numeric
Formats numeric values based on language (US only for now).
Default
Copy Pug Copy HTML Show code Hide code
<e-numeric value="10000000"></e-numeric>
<e-numeric value="10000000"></e-numeric>Variations
Precision Copy Pug Copy HTML Show code Hide code[precision="2"]
<e-numeric value="10000000" precision="2"></e-numeric>
<e-numeric value="10000000" precision="2"></e-numeric>API Reference
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
| value | Defines the value. | number | ||
| type | Defines type of format. | "number" | "percent" | "currency" | number | |
| precision | Defines the fix precision. | number | 0 | |
| currency | Defines the currency if type is currency. | string | EUR |