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