pezkuwichain b367dd595f chore: bump version to 3.17.1
Published packages to npm with correct exports and types configuration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 00:54:11 +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
2026-01-09 00:54:11 +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-09 00:54:11 +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%