ink-divider
Version:
Divider component for Ink
36 lines (22 loc) • 1.01 kB
Markdown
<!-- # ${\color{gray}\tiny\textrm{──────}}$ ink-divider ${\color{gray}\tiny\textrm{──────}}$ -->
# ink-divider
👩🏼🎨 Divider component for [Ink](https://github.com/vadimdemedes/ink).
## 📥 Install
```bash
npm i ink-divider
```
## 🚀 Usage
Here is the basic usage:
```jsx
import { render } from 'ink'
import Divider from 'ink-divider'
render(<Divider title='Title' />)
// ─────────── Title ───────────
```
The `<Divider>` component can also automatically adjust to the width of the container!
We advise you to view this example - [`examples/auto-grow.tsx`](https://github.com/JureSotosek/ink-divider/blob/master/examples/auto-grow.tsx), more examples in the [`examples`](https://github.com/JureSotosek/ink-divider/tree/master/exampes) folder
<!-- markdownlint-disable-next-line-->
<img src="media/example.png" alt="example" width="550">
---
## 📝 License
MIT © [Jure Sotosek](https://github.com/JureSotosek)