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
- Host: GitHub
- URL: https://github.com/kleros/escrow-react
- Owner: kleros
- Created: 2020-07-16T20:51:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T12:39:55.000Z (about 4 years ago)
- Last Synced: 2025-03-22T16:51:05.144Z (about 2 months ago)
- Topics: arbitrable, escrow, middleware, react
- Language: TypeScript
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kleros-escrow
> Kleros escrow react library
[](https://www.npmjs.com/package/kleros-escrow) [](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)