🖥️ React Ansi
A foldable and searchable ansi log viewer for React.
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