[][src]Module polyhorn_ui::components

Built-in components that must be implemented by every Polyhorn platform that renders to a graphical user interface.

Structs

Image

Renders an image source to the screen.

Modal

Renders its children in a system-provided modal window.

Scrollable

Implements scroll gestures and bars to accommodate layouts that exceed screen or container dimensions.

StatusBar

Controls the appearance of the system status bar on iOS and Android.

Text

Renders (rich) text to the screen.

View

The base component.

Window

The root component.

Enums

StatusBarStyle

Represents the style of the OS status bar.