kleros / escrow-react

Kleros Escrow React Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kleros-escrow

Kleros escrow react library

NPM JavaScript Style Guide

Usage

import React, { Component } from 'react'

import PayWithEscrowButton from 'kleros-escrow'
import 'kleros-escrow/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Development

In the root directory run yarn start to spin up a development server that builds new changes to /dist.

In /example run yarn start to run the test webapp that uses the built components.

License

MIT © satello

About

Kleros Escrow React Library


Languages

Language:TypeScript 43.5%Language:JavaScript 35.0%Language:CSS 14.7%Language:HTML 6.8%