Divider component for Ink
npm install ink-divider 
👩🏼🎨 Divider component for Ink.
``bash`
npm i ink-divider
Here is the basic usage:
`jsx
import { render } from 'ink'
import Divider from 'ink-divider'
render(
// ─────────── Title ───────────
`
The component can also automatically adjust to the width of the container!examples/auto-grow.tsx
We advise you to view this example - , more examples in the examples` folder

Thank you for your interest in helping this project 😎, detailed instructions on contributing are at CONTRIBUTING.md
MIT © Jure Sotosek