# ink-box **Repository Path**: mirrors_vadimdemedes/ink-box ## Basic Information - **Project Name**: ink-box - **Description**: Box component for Ink - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ink-box [![Build Status](https://travis-ci.org/sindresorhus/ink-box.svg?branch=master)](https://travis-ci.org/sindresorhus/ink-box) > Box component for [Ink](https://github.com/vadimdemedes/ink) ![](screenshot.png) ## Install ``` $ npm install ink-box ``` ## Usage ```js import {h, render, Color} from 'ink'; import Box from 'ink-box'; render(
I Love Unicorns
); ``` ## API ### `` Props are passed as options to [`boxen`](https://github.com/sindresorhus/boxen#options). ## Related - [ink-gradient](https://github.com/sindresorhus/ink-gradient) - Gradient color component for Ink - [ink-link](https://github.com/sindresorhus/ink-link) - Link component for Ink - [ink-big-text](https://github.com/sindresorhus/ink-big-text) - Awesome text component for Ink ## License MIT © [Sindre Sorhus](https://sindresorhus.com)