2.0.0 • Published 10 months ago

ink-box v2.0.0

Weekly downloads
85,373
License
MIT
Repository
github
Last release
10 months ago

This is deprecated as Ink has a builtin Box component now.


ink-box

Styled box component for Ink

npm.io

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.

Related

License

MIT © Sindre Sorhus