React Ansi
Edit page
Basic UsageReadmeHighlightsInstallUsageLicenseRealtime

🖥️ React Ansi

A foldable and searchable ansi log viewer for React.

github actionNPMJavaScript Style GuideDependenciesCiCoverage Status

log

Highlights

  • Fast and smooth
  • Foldable logs
  • Automatic scrolling
  • Errors detecting and fast navigator
  • Regex search

Install

npm install --save react-ansi

Usage

import * as React from 'react'
import ReactAnsi from 'react-ansi'
function Example() {
return (
<ReactAnsi log={"hello world"} />
)
}

License

MIT © RaoHai