1.0.7 • Published 4 years ago

visual-chatbot v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@visual/visual-chatbot

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @visual/visual-chatbot

Usage

import { ChatbotComponent } from 'visual-chatbot'
import 'visual-chatbot/dist/index.css'

function App() {
  return (
    <div className="App">
      <ChatbotComponent />
    </div>
  );
}

export default App;

License

MIT © ZamurVedovatto

https://dev.to/ramonak/how-to-publish-a-custom-react-component-to-npm-using-create-react-library-4bhi

1.0.7

4 years ago

1.0.2

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago