react-globalize
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "react-globalize", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Bringing the i18n functionality of Globalize, backed by CLDR, to React", | ||
@@ -20,3 +20,7 @@ "main": "index.js", | ||
"browserify": "~9.0.3" | ||
}, | ||
"peerDependencies": { | ||
"globalize": "~1.0.0-alpha.17", | ||
"react": "~0.12.2" | ||
} | ||
} |
@@ -5,2 +5,8 @@ # react-globalize | ||
## Install | ||
1. `npm install react-globalize` | ||
2. In your application just: | ||
`var FormatCurrency = require('react-globalize').FormatCurrency;` | ||
3. Then follow the usage instructions for each component below | ||
## Components | ||
@@ -7,0 +13,0 @@ Components are the heart of React and the whole point of react-globalize. These components provide simple, easily updatable elements in your page to display things like currency, dates, numbers and messages, formatted or translated to the current locale set by your application. |
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
22466
139
2