Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 658 Bytes

ethereum-connect-button

Renders a button with icon and address string

NPM JavaScript Style Guide

Install

npm install --save ethereum-connect-button

Usage

import React, { Component } from 'react'

import MyComponent from 'ethereum-connect-button'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Robsonsjre