All Projects → nordnet → nordnet-component-kit

nordnet / nordnet-component-kit

Licence: MIT License
Nordnet Component Kit - https://nordnet.github.io/nordnet-component-kit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nordnet-component-kit

intl-format
A wrapper library for PHP to format and internationalize values in messages like sprintf
Stars: ✭ 12 (+0%)
Mutual labels:  formatter, intl
Globalize
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
Stars: ✭ 4,612 (+38333.33%)
Mutual labels:  formatter, intl
StyLua
An opinionated Lua code formatter
Stars: ✭ 479 (+3891.67%)
Mutual labels:  formatter
BlazorMonaco
Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code.
Stars: ✭ 151 (+1158.33%)
Mutual labels:  formatter
Code2HTML
JavaFX tool for converting source code to styled HTML
Stars: ✭ 26 (+116.67%)
Mutual labels:  formatter
fmt
A code formatter for Racket
Stars: ✭ 44 (+266.67%)
Mutual labels:  formatter
clang-format-editor
Clang-Format Editor is a tool that helps you find the best Clang-Format Style for your C++, C#, Java, JavaScript, and Objective-C code.
Stars: ✭ 15 (+25%)
Mutual labels:  formatter
tox-ini-fmt
Formats your tox.ini files
Stars: ✭ 19 (+58.33%)
Mutual labels:  formatter
snakefmt
The uncompromising Snakemake code formatter
Stars: ✭ 78 (+550%)
Mutual labels:  formatter
mdformat
CommonMark compliant Markdown formatter
Stars: ✭ 90 (+650%)
Mutual labels:  formatter
fiction-dl
A content downloader, capable of retrieving works of (fan)fiction from the web and saving them in a few common file formats.
Stars: ✭ 22 (+83.33%)
Mutual labels:  formatter
formatting
源码格式自动化调整工具
Stars: ✭ 37 (+208.33%)
Mutual labels:  formatter
haxe-formatter
Haxe code formatter based on tokentree
Stars: ✭ 58 (+383.33%)
Mutual labels:  formatter
kirai
String formatting library for Java, Android, Web and Unix Terminal
Stars: ✭ 69 (+475%)
Mutual labels:  formatter
autocorrect
Automatically add whitespace between Chinese and half-width characters (alphabetical letters, numerical digits and symbols).
Stars: ✭ 18 (+50%)
Mutual labels:  formatter
toml-sort
Toml sorting library
Stars: ✭ 31 (+158.33%)
Mutual labels:  formatter
js-input-masking
No description or website provided.
Stars: ✭ 37 (+208.33%)
Mutual labels:  intl
efmt
Erlang code formatter
Stars: ✭ 19 (+58.33%)
Mutual labels:  formatter
pretty-remarkable
Plugin for prettifying markdown with https://github.com/jonschlinkert/remarkable using custom renderer rules.
Stars: ✭ 22 (+83.33%)
Mutual labels:  formatter
unimport
A linter, formatter for finding and removing unused import statements.
Stars: ✭ 119 (+891.67%)
Mutual labels:  formatter

Nordnet Component Kit

NPM version Build Status Coverage Status Dependency Status

Installation

npm install --save nordnet-component-kit

Usage

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 docs

License

This open source project released by Nordnet is licensed under the MIT license.

MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].