0.0.3 • Published 5 years ago

@pipeos/react-function-call-ui v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

react-function-call-ui

NPM JavaScript Style Guide

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