Horizontal divider that fills the available width.
Renders a single character repeated to fill the parent's width using Text with repeat: "fill".
Text
repeat: "fill"
Divider character and color.
A text node that fills the available width.
// Default thin lineDivider()// Thick line with colorDivider({ char: "━", fgColor: "color08" })// Double lineDivider({ char: "═" }) Copy
// Default thin lineDivider()// Thick line with colorDivider({ char: "━", fgColor: "color08" })// Double lineDivider({ char: "═" })
Horizontal divider that fills the available width.
Renders a single character repeated to fill the parent's width using
Textwithrepeat: "fill".