Skip to content

Latest commit

 

History

History
138 lines (86 loc) · 1.51 KB

File metadata and controls

138 lines (86 loc) · 1.51 KB

tinky


tinky / Boxes

Interface: Boxes

All available box styles. Provides a collection of predefined border styles for terminal boxes.

Properties

arrow

readonly arrow: BoxStyle

Arrow-based box style.

Example

↘↓↓↓↓↙
→    ←
↗↑↑↑↑↖

bold

readonly bold: BoxStyle

Bold line box style.

Example

┏━━━━┓
┃    ┃
┗━━━━┛

classic

readonly classic: BoxStyle

Classic ASCII box style.

Example

+----+
|    |
+----+

double

readonly double: BoxStyle

Double-line box style.

Example

╔════╗
║    ║
╚════╝

doubleSingle

readonly doubleSingle: BoxStyle

Double horizontal, single vertical box style.

Example

╒════╕
│    │
╘════╛

round

readonly round: BoxStyle

Rounded corner box style.

Example

╭────╮
│    │
╰────╯

single

readonly single: BoxStyle

Single-line box style.

Example

┌────┐
│    │
└────┘

singleDouble

readonly singleDouble: BoxStyle

Single horizontal, double vertical box style.

Example

╓────╖
║    ║
╙────╜