
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ansi-to-react
Advanced tools
This package convert ANSI escape codes to formatted text output for React.
$ pnpm add ansi-to-react
The example below shows how we can use this package to render a string with ANSI escape codes.
import Ansi from "ansi-to-react";
export function () => {
return <Ansi>
{'\u001b[34mhello world'}
</Ansi>;
};
Will render:
<code>
<span style="color:rgb(0, 0, 187)">hello world</span>
</code>
Style with classes instead of style attribute.
<Ansi useClasses>{"\u001b[34mhello world"}</Ansi>
Will render
<code>
<span class="ansi-blue-fg">hello world</span>
</code>
| Font color | Background Color |
|---|---|
| ansi-black-fg | ansi-black-bg |
| ansi-red-fg | ansi-red-bg |
| ansi-green-fg | ansi-green-bg |
| ansi-yellow-fg | ansi-yellow-bg |
| ansi-blue-fg | ansi-blue-bg |
| ansi-magenta-fg | ansi-magenta-bg |
| ansi-cyan-fg | ansi-cyan-bg |
| ansi-white-fg | ansi-white-bg |
| ansi-bright-black-fg | |
| ansi-bright-red-fg | |
| ansi-bright-green-fg | |
| ansi-bright-yellow-fg | |
| ansi-bright-blue-fg | |
| ansi-bright-magenta-fg | |
| ansi-bright-cyan-fg | |
| ansi-bright-white-fg |
To develop on this project, fork and clone this repository on your local machine. Before making modifications, install the project's dependencies.
$ pnpm install
To run the test suite for this project, run:
$ pnpm test
We're working on adding more documentation for this component. Stay tuned by watching this repository!
If you experience an issue while using this package or have a feature request, please file an issue on the issue board,
FAQs
ANSI to React Elements
The npm package ansi-to-react receives a total of 220,506 weekly downloads. As such, ansi-to-react popularity was classified as popular.
We found that ansi-to-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 19 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.