Skip to content

Wallet-Chat/react-wallet-chat-v0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-wallet-chat

Wallet Chat as a component

NPM JavaScript Style Guide

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

About

Beta version uses the original version of the react-wallet-chat NPM package, kept here to avoid version issues as new versions are developed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published