mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
7afaaafd56cdc4b4433ddf6b4c991a552976879c
- Change UITHEME_DEFAULT from 'polkadot'/'substrate' to 'light' - Update UITHEMES options to use 'dark'/'light' values - Update ICONS to use 'pezkuwi'/'bizinikiwi' branding - Add isPezkuwi check for domain detection - Bump ui-settings version to 3.16.9
@pezkuwi/ui
Basic browser and framework agnostic UI components for creating apps using the PezkuwiChain libraries.
Developed by Dijital Kurdistan Tech Institute
Overview
This package provides UI components for building applications on PezkuwiChain.
Packages
UI Components
- react-identicon - React identity icon generator with address as input
- reactnative-identicon - React Native identity icon generator with address as input
- vue-identicon - Vue identity icon generator with address as input
- react-qr - QR code generator/reader for PezkuwiChain
Shared Libraries
- ui-keyring - A browser-specific wrapper around @pezkuwi/keyring
- ui-settings - A browser local storage wrapper for app settings
- ui-shared - Shared logic used across UI components (e.g., icon generation)
Installation
# Using npm
npm install @pezkuwi/react-identicon
# Using yarn
yarn add @pezkuwi/react-identicon
Usage
import Identicon from '@pezkuwi/react-identicon';
function App() {
return (
<Identicon
value="5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
size={64}
theme="polkadot"
/>
);
}
Development
Prerequisites
- Node.js >= 18.14
- Yarn 4.x (via corepack)
Building
corepack enable
yarn install
yarn build
Links
- Website: https://pezkuwichain.io
- Documentation: https://docs.pezkuwichain.io
- GitHub: https://github.com/pezkuwichain
- API Docs: https://js.pezkuwichain.app
License
Apache-2.0
Author
Dijital Kurdistan Tech Institute
Description
Languages
TypeScript
98.3%
JavaScript
1.1%
HTML
0.6%