JSPM

ark-react-log

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q24678F
  • License MIT

simple react library for colourful console log

Package Exports

  • ark-react-log

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ark-react-log) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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