@pipeos/react-function-call-ui

npm install --save @pipeos/react-function-call-ui

Usage no npm install needed!

<script type="module">
  import pipeosReactFunctionCallUi from 'https://cdn.skypack.dev/@pipeos/react-function-call-ui';
</script>

README

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