Package Exports
- nordnet-component-kit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nordnet-component-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Nordnet Component Kit
Installation
npm install --save nordnet-component-kitUsage
import { Percent, Currency } from 'nordnet-component-kit';
// ... some code
<Percent value={ 0.23 } decimals={ 1 } />
<Currency value={ 45.345 } currency="SEK" />Documentation is available here.
To run the documentation locally, to this:
# With Hot Module Reloading
npm run docs:watch
# A static version (will end up in docs/)
npm run docsLicense
This open source project released by Nordnet is licensed under the MIT license.
MIT license