1.2.2 • Published 2 years ago

message-modole v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

message-module

react library for chatbot message types

NPM JavaScript Style Guide

Install

npm install --save message-modole

Usage

import React, { Component } from 'react'

import { MyComponent } from 'message-modole'

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 
1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago