An open API service indexing awesome lists of open source software.

https://github.com/kleros/escrow-react

Kleros Escrow React Library
https://github.com/kleros/escrow-react

arbitrable escrow middleware react

Last synced: about 2 months ago
JSON representation

Kleros Escrow React Library

Awesome Lists containing this project

README

        

# kleros-escrow

> Kleros escrow react library

[![NPM](https://img.shields.io/npm/v/kleros-escrow.svg)](https://www.npmjs.com/package/kleros-escrow) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Usage

```tsx
import React, { Component } from 'react'

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

class Example extends Component {
render() {
return
}
}
```

## 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](https://github.com/satello)