@pipeos/react-function-call-ui

0.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @pipeos/react-function-call-ui

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

85.2 kB

Total Files

6

Last publish

Collaborators

  • loredanacirstea