ink-divider
v4.0.3
Published
Divider component for Ink
Downloads
8,284
Maintainers
Readme
ink-divider
👩🏼🎨 Divider component for Ink.
📥 Install
npm i ink-divider
🚀 Usage
Here is the basic usage:
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
, more examples in the examples
folder
🤝 Contributing
Thank you for your interest in helping this project 😎, detailed instructions on contributing are at CONTRIBUTING.md
📝 License
MIT © Jure Sotosek