pezkuwichain 7afaaafd56 feat: update ui-settings to use dark/light theme values
- 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
2026-01-07 19:22:05 +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%