hanpama / react-nimiq-iqons

React component for Nimiq Iqons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-nimiq-iqons

React component for Nimiq Iqons

import * as React from 'react';
import * as ReactDOM from 'react-dom';

import { Iqon } from '../src';

ReactDOM.render(
  <div>
    <Iqon address="NQ10 VMNK 8M9U C6A1 81VF A6MG LF3U 85ET 4HDF" />
  </div>,
  document.getElementById('react'),
);

About

React component for Nimiq Iqons


Languages

Language:TypeScript 100.0%