0.0.27 • Published 6 years ago

mozo-sdk-ui v0.0.27

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Built With Stencil

mozo-sdk-ui

mozo-sdk-ui is a web component built with Stencil. This SDK will be used to integrate the Web Application with the MOZO desktop wallet.

Main Components

<mozo-transfer></mozo-transfer>
<mozo-offchain></mozo-offchain>
<mozo-history></mozo-history>

Run the sample

To try this component:

git clone git@github.com/Biglabs/mozo-web-sdk.git
cd mozo-sdk-ui
git remote rm origin

and run:

npm install
npm start

Using this component with different JS frameworks

Node Modules

  • Run npm install mozo-sdk-ui --save
  • Put a script tag similar to this <script src='node_modules/mozo-sdk-ui/dist/mozo-sdk-ui.js></script> in the head of your index.html
  • Then you can use the element <mozo-transfer> <mozo-offchain> <mozo-history>anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install mozo-sdk-ui --save
  • Add this import to your root component or root module: import 'mozo-sdk-ui';
  • Then you can use the element <mozo-transfer> <mozo-offchain> <mozo-history>anywhere in your template, JSX, html etc

In a Reactjs/Angular/VueJs/Webpack app

  • Run npm install mozo-sdk-ui --save
  • Add this import to your root component or root module: import { defineCustomElements } from 'mozo-sdk-ui';
  • Add mozo sdk style import mozo-sdk-ui/dist/mozo-sdk-ui.css;
  • Call defineCustomElements(window); in your js file
  • Refer to Stencil

Example usage

<mozo-transfer amount="2000" value="MOZO Transfer"></mozo-transfer>
<mozo-offchain show-qr-code="true"></mozo-offchain>
<mozo-history max-height="500px"></mozo-history>
0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.2

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago