0.1.1 • Published 5 years ago

@cpmech/ink-divider v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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"}
    />,
  ),