0.0.8 • Published 3 years ago

my-botui v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

mybot-ui

Fully Customizable Ui Library for Chats and ChatBots,

NPM JavaScript Style Guide

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

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago