pezkuwichain fb1a857c56 Rebrand: Update docs redirect URLs from polkadot.js.org to js.pezkuwichain.io
- Changed all redirect URLs in docs/index.html and docs/404.html
- Updated from https://polkadot.js.org/docs/ to https://js.pezkuwichain.io/docs/
- Established js.pezkuwichain.io subdomain with SSL certificate
- Created landing page and documentation portal following Pezkuwi branding
2026-01-11 17:57:15 +03:00
2026-01-08 02:14:30 +03:00
2026-01-07 02:35:24 +03: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
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%