mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-22 23:01:07 +00:00
Add documentation on GH pages (#85)
* Add documentation on GH pages * Expand classes for doc generation * Update docs * .nojekyll * Update Identicon.tsx * Update Demo.tsx * Update KeyPair.tsx * Export specific icons * Convert tests to TypeScript
This commit is contained in:
@@ -18,6 +18,6 @@ formatBalance('12345'); // 12.345z DOT
|
||||
## calcSi
|
||||
|
||||
```js
|
||||
// calculates the SI unit applucable
|
||||
// calculates the SI unit applicable
|
||||
formatBalance.calcSi('12345'); // { power: 3, value: 'k', text: 'Kilo' }
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user