react-log-output
v1.1.2
Published
React component for displaying log output
Downloads
9
Readme
react-log-output
React component for displaying log output
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