Ink Box Save Abandoned

Styled box component for Ink

Project README

ink-box

Styled box component for Ink

Install

$ npm install ink-box

Usage

import React from 'react';
import {render, Color} from 'ink';
import Box from 'ink-box';

render(
	<Box borderStyle="round" borderColor="cyan" float="center" padding={1}>
		I Love <Color magenta>Unicorns</Color>
	</Box>
);

API

<Box>

Props are passed as options to boxen.

License

MIT © Sindre Sorhus

Open Source Agenda is not affiliated with "Ink Box" Project. README Source: sindresorhus/ink-box
Stars
115
Open Issues
0
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating