Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.1 KB

File metadata and controls

45 lines (28 loc) · 1.1 KB

chmod777-assistant

Made with create-react-library

NPM JavaScript Style Guide Node.js CI

ChatBot UI :dependabot:

Install

npm install --save chmod777-assistant

Usage

import React, { Component } from 'react'

import MyComponent from 'chmod777-assistant'
import 'chmod777-assistant/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Develop

Running package builds

  • cd chmod777-assistant
  • yarn start

Running example app to test the component/package

  • cd example
  • yarn start

License

MIT © sai-github