@cpmech/ink-divider
v0.1.1
Published
My awesome package
Downloads
3
Readme
ink-divider
React compoennt to draw a divider line, with text, using the Ink cli framework.
Example
render(
<Divider
marginTop={0}
marginBottom={0}
title=" HELLO "
length={17}
charLine="-"
colorLine={"#d2a277"}
colorTitle={"#e8974e"}
/>,
),