ink-color-pipe

v4.0.1
Create color text with simpler style strings in Ink
ink-component ink component chalk chalk-pipe react jsx terminal color and 4 more...

ink-color-pipe

chalk-pipe component for Ink 5

Create color text with simpler style strings in Ink

Install

$ npm i ink-color-pipe

Usage

This brings you a convenient way to use some color schemes.

import React from "react";
import { render, Text } from "ink";
import Color from "ink-color-pipe";

const link = "blue.underline";
const error = "bgRed.white";

render(
    <Text>
        <Color styles={link}>Unicorn</Color>
        <Color styles={error}>{" Error "}</Color>
    </Text>,
);

API

<Color>

<Color> is using <Transform> for text rendering.

styles

Type: string

Use dot . to separeate multiple styles.

Valid Styles

Related

  • chalk-pipe - Create chalk style schemes with simpler style strings

License

MIT

npm i ink-color-pipe

Metadata

  • MIT
  • >=18
  • LitoMore
  • released 8/17/2024

Downloads

Maintainers