cel-tui
    Preparing search index...

    Function Divider

    • Horizontal divider that fills the available width.

      Renders a single character repeated to fill the parent's width using Text with repeat: "fill".

      Parameters

      Returns TextNode

      A text node that fills the available width.

      // Default thin line
      Divider()

      // Thick line with color
      Divider({ char: "━", fgColor: "color08" })

      // Double line
      Divider({ char: "═" })