1.0.4 • Published 3 years ago

chmod777-assistant v1.0.4

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

chmod777-assistant

Made with create-react-library

NPM JavaScript Style Guide Node.js CI

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