1.0.1 • Published 3 years ago

ark-react-log v1.0.1

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

ark-react-log

This a simple react library to make console log

Generic badge

Install

npm install --save ark-react-log

Documentation

Browser usage:

<script src="https://cdn.jsdelivr.net/npm/ark-js-log@latest/ark-log.js"></script>

Usage

import { ArkLog } from 'ark-react-log'

class Example extends Component {
  logInfo(){
    ArkLog('Lord Jesus', 'Almost SAVED is Totally Lost').error();
  }
  render() {
    return <div> Component content here </div>
  }
}

License

MIT © https://github.com/immi5556