0.0.8 • Published 3 years ago
my-botui v0.0.8
mybot-ui
Fully Customizable Ui Library for Chats and ChatBots,
Install
npm install --save my-botui
Usage
import React, { Component } from 'react'
import MyComponent from 'mybot-ui'
class Example extends Component {
render() {
return <MyComponent />
}
}
Contribute
1.) Install all the dependencies.
yarn
Storybook
yarn start:story
External Project
2.) Inside my-botui
yarn link
3.) Inside your project
yarn link my-botui
4.)
yarn start:watch
License
ISC © Prafull Singh