@pipeos/react-function-call-ui
v0.0.3
Published
>
Downloads
7
Readme
react-function-call-ui
Install
npm install --save @pipeos/react-function-call-ui
Usage
import React, { Component } from 'react'
import { FunctionCall } from '@pipeos/react-function-call-ui';
class Example extends Component {
render () {
return (
<FunctionCall
styles={this.props}
web3={web3}
item={item}
onRun={this.onRun}
onInfoClosed={this.onInfoClosed}
pfunctionColor={this.pfunctionColor}
/>
)
}
}
License
MIT © loredanacirstea