ori-message-types
v2.0.3
Published
react library for chatbot message types
Downloads
4
Readme
ori-message-types
react library for chatbot message types (bootstrap with create-react-library)
Install
npm install --save ori-message-types
Usage
import React, { Component } from 'react'
import { MyComponent } from 'ori-message-types'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
Publish
npm version x.y.z
npm publish
git push
License
MIT © [vivek vaibhav](https://github.com/vivek vaibhav)