mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-24 20:35:42 +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:
@@ -2,9 +2,11 @@
|
||||
|
||||
Manages app settings including endpoints, themes and prefixes
|
||||
|
||||
### Usage Example
|
||||
## Usage Examples
|
||||
|
||||
User preferences are set as a settings object in the browser's local storage.
|
||||
```
|
||||
|
||||
```js
|
||||
import settings from '@polkadot/ui-settings';
|
||||
|
||||
render () {
|
||||
@@ -30,7 +32,9 @@ render () {
|
||||
}
|
||||
```
|
||||
|
||||
### Used by
|
||||
## Used by
|
||||
|
||||
Apps that currently use the settings package
|
||||
* [polkadot-js/apps]('https://www.github.com/polkadot-js/apps')
|
||||
|
||||
* [polkadot-js/apps](https://www.github.com/polkadot-js/apps)
|
||||
* [paritytech/substrate-light-ui](https://github.com/paritytech/substrate-light-ui)
|
||||
|
||||
Reference in New Issue
Block a user