Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 729 Bytes

Meta NEAR React components

React components to interact with Meta NEAR contracts on NEAR Protocol blockchain

NPM JavaScript Style Guide

Install

npm install --save react-near-openweb

Usage

import React, { Component } from 'react'

import { Profile } from 'metanear-react-components'

class Example extends Component {
  render () {
    return (
      <Profile accountId="eugenethedream" />
    )
  }
}

License

MIT © evgenykuzyakov