html_documentation.py 96 B

12345
  1. from nicegui import ui
  2. def main_demo() -> None:
  3. ui.html('This is <strong>HTML</strong>.')