pezkuwichain 03e7cc4736 refactor: rename polkadotIcon to pezkuwiIcon and update identicon themes
- Rename polkadot.ts to pezkuwi.ts in ui-shared
- Rename polkadotIcon function to pezkuwiIcon
- Rename Polkadot.tsx to Pezkuwi.tsx in all identicon packages
- Update Components mapping to use pezkuwi theme
- Add bizinikiwi theme as substrate replacement
- Update IconTheme type definitions
- Update Ledger app text to Pezkuwi
2026-01-09 00:16:01 +03:00
2026-01-08 02:14:30 +03:00
2026-01-07 02:35:24 +03:00
2020-10-23 10:18:44 +02:00
2018-12-05 11:35:28 +01:00
2022-07-12 07:56:03 +03:00
2022-01-13 10:07:31 +02:00
2018-12-05 11:35:28 +01:00
2021-06-08 18:05:39 +03:00
2026-01-07 02:35:24 +03:00
2026-01-07 02:35:24 +03:00
2026-01-07 02:35:24 +03:00
2019-02-28 17:24:21 +01:00
2025-12-10 06:42:02 +00:00
2026-01-07 02:35:24 +03:00
2018-12-05 11:35:28 +01:00
2026-01-07 02:35:24 +03:00
2026-01-07 02:35:24 +03:00
2022-01-11 09:03:28 +02:00

@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

Shared Libraries

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

License

Apache-2.0

Author

Dijital Kurdistan Tech Institute

S
Description
No description provided
Readme Apache-2.0 33 MiB
Languages
TypeScript 98.3%
JavaScript 1.1%
HTML 0.6%