/react-ansi

A foldable and searchable ansi log viewer for React.

Primary LanguageTypeScript

🖥️ React Ansi

A foldable and searchable ansi log viewer for React.

github action NPM JavaScript Style Guide Dependencies Ci Coverage 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