ori-message-types

react library for chatbot message types

Usage no npm install needed!

<script type="module">
  import oriMessageTypes from 'https://cdn.skypack.dev/ori-message-types';
</script>

README

ori-message-types

react library for chatbot message types (bootstrap with create-react-library)

NPM JavaScript Style Guide

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)