Components
HuxerUI components are ordinary C++ values that convert to View.
Constructors carry required input, component methods configure component-only behavior, .On(...) binds typed output, and .With(...) applies reusable modifiers.
Content and graphics
Section titled “Content and graphics”Actions, selection, and input
Section titled “Actions, selection, and input”ButtonIconButtonChipCheckboxRadioButtonSwitchSegmentedButtonSliderTabsTextFieldSelectionArea
Layout and scrolling
Section titled “Layout and scrolling”Navigation
Section titled “Navigation”Presentation
Section titled “Presentation”Window and platform content
Section titled “Window and platform content”For generic node behavior shared by these components, read Modifiers and Events and interaction.

