ui.footer

Footer

A footer is a section at the bottom of a page that contains information about the page.

from uiwiz import ui

with ui.footer():
    ui.label("Footer content")

Constructor

GitHub