JSPM

ark-react-log

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q25749F
  • 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-config

This a simple react library to make console log

Generic badge

Install

npm install --save ark-react-config

Documentation

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