react-log-output
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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 ©

Readme

Keywords

none

Package Sidebar

Install

npm i react-log-output

Weekly Downloads

335

Version

1.1.2

License

MIT

Unpacked Size

27.7 kB

Total Files

14

Last publish

Collaborators

  • noobling