metanear-react-components

0.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i metanear-react-components

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

19.7 kB

Total Files

27

Last publish

Collaborators

  • ekuzyakov