@canutin/svelte-currency-input
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@canutin/svelte-currency-input", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./CurrencyInput.svelte", | ||
".": "./index.js", | ||
"./CurrencyInput.svelte": "./CurrencyInput.svelte" | ||
@@ -49,3 +49,3 @@ }, | ||
"homepage": "https://github.com/canutin/svelte-currency-input#readme", | ||
"svelte": "./CurrencyInput.svelte" | ||
"svelte": "./index.js" | ||
} |
@@ -31,8 +31,5 @@ # svelte-currency-input | ||
import CurrencyInput from '@canutin/svelte-currency-input'; | ||
const locale = 'nl-NL'; | ||
const currency = 'EUR'; | ||
</script> | ||
<CurrencyInput name="total" value={-420.69} {locale} {currency} /> | ||
<CurrencyInput name="total" value={-420.69} locale="nl-NL" currency="EUR" /> | ||
``` | ||
@@ -39,0 +36,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12222
7
26
121