ui.html

Html element

Will render a raw htlm string. This is useful for embedding custom HTML content directly into the UI.

:type content: str

from uiwiz import ui

ui.html("<strong>Hello World</strong>")
Hello World

Constructor

GitHub