ark-react-log

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i ark-react-log

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

16.9 kB

Total Files

7

Last publish

Collaborators

  • jimmanuel