Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 780 Bytes

File metadata and controls

23 lines (18 loc) · 780 Bytes

Components

Element factory functions for the built-in PythonNative widgets. These return immutable [Element][pythonnative.Element] descriptors; nothing is mounted to a native view tree until the [Reconciler][pythonnative.reconciler.Reconciler] processes them.

For the visual and layout properties accepted by each component's style argument, see the Component Property Reference.

::: pythonnative.components options: show_root_heading: false show_root_toc_entry: false members_order: source filters: ["!^_"]

Next steps

  • Wire interactions with Hooks.
  • Compose styles with [StyleSheet][pythonnative.StyleSheet].
  • Build navigation with [NavigationContainer][pythonnative.NavigationContainer].