1.4.8 • Published 1 year ago

react-wallet-chat-v0 v1.4.8

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

react-wallet-chat-v0

Wallet Chat as a component

NPM JavaScript Style Guide

Install

npm install --save react-wallet-chat-v0
yarn add react-wallet-chat-v0

Usage

import React, { Component } from 'react'

import WalletChatWidget from 'react-wallet-chat-v0'
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.8

1 year ago

1.4.7

1 year ago

1.4.6

1 year ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago