Skip to content

noobling/log-output-viewer

Repository files navigation

react-log-output

React component for displaying log output

NPM JavaScript Style Guide

Install

npm install --save react-log-output

Playground

https://noobling.github.io/log-output-viewer/

Usage

import React from 'react'

import { LogViewer } from 'react-log-output'

export default function MyAppLogViewer() {
  const myLogOutput = '...'
  <LogViewer text={myLogOutput} />
}

Api

Using typescript so you should be able to get intellisense to tell you the api. Otherwise just read the source

License

MIT ©

About

React component for your log output

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published