react-wallet-chat-nf3
v1.4.2
Published
Wallet Chat for NF3
Readme
react-wallet-chat
Wallet Chat as a component
Install
npm install --save react-wallet-chat-nf3
yarn add react-wallet-chat-nf3Usage
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 startHot reload widget itself
yarn run startLicense
MIT © walletchat
