1.4.2 • Published 1 year ago

react-wallet-chat-nf3 v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.1.0

1 year ago

1.0.2

2 years ago