message-types
v18.8.3
Published
A package of message component for chatbot and their dashboard
Downloads
64
Readme
message-types
react library for chatbot message types
Install
npm install --save message-types
Usage
import React, { Component } from 'react'
import { MyComponent } from 'message-types'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
Publish
npm version // show current version
npm version x.y.z // update version
npm publish // publish to npm
git push
License
MIT © [vivek vaibhav](https://github.com/vivek vaibhav)