TUIFooter
DocsTUIFooter

Footer

Simple footer with tips/hints display

Quick Start

main.py
from connectonion.tui import Footer from rich.console import Console console = Console() footer = Footer(["? help", "/ commands", "@ contacts"]) console.print(footer.render())
output
? help / commands @ contacts

API

main.py
Footer(tips: list[str])

Methods

main.py
footer.render() -> Text # Returns Rich Text object

Usage with Input

main.py
from connectonion.tui import Input, Footer # Footer tips shown below input text = Input( hints=["? help", "/ commands", "Enter submit"] ).run()

Example Output

? help  / commands  @ contacts

Star us on GitHub

If ConnectOnion saves you time, a ⭐ goes a long way — and earns you a coffee chat with our founder.