react-wallet-chat-nf3
v1.4.2
Published
Wallet Chat for NF3
Downloads
6
Readme
react-wallet-chat
Wallet Chat as a component
Install
npm install --save react-wallet-chat-nf3
yarn add react-wallet-chat-nf3
Usage
import React, { Component } from 'react'
import WalletChatWidget from 'react-wallet-chat-nf3'
import 'react-wallet-chat-nf3/dist/index.css'
class Example extends Component {
render() {
return <WalletChatWidget />
}
}
Developing
Run example app to view integration
cd example && yarn run start
Hot reload widget itself
yarn run start
License
MIT © walletchat