All Projects → sindresorhus → ink-box

sindresorhus / ink-box

Licence: MIT license
Styled box component for Ink

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ink-box

ink-color-pipe
🌈 Create color text with simpler style strings in Ink
Stars: ✭ 18 (-84.07%)
Mutual labels:  ink, ink-component
fjb
fast javascript bundler 📦
Stars: ✭ 103 (-8.85%)
Mutual labels:  jsx
remark-jsx
A simple way to use React inside Markdown.
Stars: ✭ 29 (-74.34%)
Mutual labels:  jsx
libcloudstorage
Official libcloudstorage repository.
Stars: ✭ 49 (-56.64%)
Mutual labels:  box
ECHI VUE TODO
使用 Vue 开发的一款 TODO 应用,包含登录、待办、日程、历史事项、回收站。项目较为小型,适合进阶学习使用(💡请注意,项目大量使用 jsx 进行开发)。
Stars: ✭ 19 (-83.19%)
Mutual labels:  jsx
IpfsBox
a full ipfs node on android
Stars: ✭ 18 (-84.07%)
Mutual labels:  box
ios-scriptable-tsx
在 vscode 上使用 typescript 和 jsx 开发 ios 小组件的小框架.基于 Scriptable app.
Stars: ✭ 113 (+0%)
Mutual labels:  jsx
maverick
Web IDE and REPL for the Ink programming language, written in pure Ink on a self-hosted compiler toolchain
Stars: ✭ 26 (-76.99%)
Mutual labels:  ink
react-jsx-renderer
A React component for Rendering JSX
Stars: ✭ 43 (-61.95%)
Mutual labels:  jsx
vue3-jd-h5
🔥 Based on vue3.0.0, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vuex^4.0.0-0,vue-cli3,mockjs,仿京东淘宝的,移动端H5电商平台!
Stars: ✭ 660 (+484.07%)
Mutual labels:  jsx
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (-19.47%)
Mutual labels:  jsx
vuetify-tsx
Vuetify TSX is just a wrapper lib around vuetify components.
Stars: ✭ 20 (-82.3%)
Mutual labels:  jsx
crud-app
❄️ A simple and beautiful CRUD application built with React.
Stars: ✭ 61 (-46.02%)
Mutual labels:  jsx
studybuddy-web
📚 Website for all the study materials for IIITV curriculums 🎉
Stars: ✭ 17 (-84.96%)
Mutual labels:  jsx
babel-plugin-hyperscript-to-jsx
This plugin transforms react-hyperscript into JSX. Intended to be used as codemod.
Stars: ✭ 20 (-82.3%)
Mutual labels:  jsx
core
Server side rendering with The Elm Architecture in Deno
Stars: ✭ 16 (-85.84%)
Mutual labels:  jsx
react-ui-components
React UI Components (npm @assenti/rui-components)
Stars: ✭ 21 (-81.42%)
Mutual labels:  jsx
math-magicians
Website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations. read a random motivation-related quote and write a to-do list.
Stars: ✭ 22 (-80.53%)
Mutual labels:  jsx
nornj
More exciting JS/JSX based on Template Engine, support control flow tags, custom directives, two-way binding, filters and custom operators.
Stars: ✭ 97 (-14.16%)
Mutual labels:  jsx
ExtendScript-for-Visual-Studio-Code
Extension that adds Adobe ExtendScript support to Visual Studio Code
Stars: ✭ 29 (-74.34%)
Mutual labels:  jsx

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.

Related

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].