Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 731 Bytes

File metadata and controls

25 lines (18 loc) · 731 Bytes
description
How to install `@vechain/dapp-kit-ui` in order to use it with TypeScript or Javascript.

Installation

If using TypeScript follow the NPM installation steps, for JavaScript follow the CommonJS (CJS) installation steps.

{% hint style="info" %} Should you wish to implement this in a pure JavaScript project, it is recommended to use CommonJS (CJS) imports. Potential complications might arise with ES Module (ESM) imports. {% endhint %}

NPM

npm i @vechain/dapp-kit-ui @vechain/dapp-kit

Upon installation, you may utilize the subsequent code snippet to verify the proper functioning within your TypeScript project:

import { DAppKitUI } from '@vechain/dapp-kit-ui';