Reox Logo
Reox
DocumentationPackagesBlogCommunity
Get Started

Getting Started

  • Introduction
  • Installation
  • Updating
  • Quick Start

Language Guide

  • Syntax Basics
  • Control Flow
  • Running Code
  • AI Features

Reference

  • Standard Library
  • UI Components
  • Layout System

UI Components

Reox comes with a comprehensive suite of native UI components that adapt to the underlying platform.

Basic Views

  • text_view

    Display read-only text with specific styling.

  • image_view

    Render images from assets or URLs.

  • icon_view

    System vectors and custom SVG icons.

Controls

  • button_view

    Trigger actions with tap/click events.

  • slider_view

    Select value from a continuous range.

  • switch_view

    Toggle boolean state on/off.

Forms

  • text_field

    Single-line text input.

  • date_picker

    Native date and time selection.

Layouts

  • vstack / hstack

    Linear layout containers.

  • grid_view

    2D grid layouts.

  • scroll_view

    Scrollable content area.

← Layout SystemWidget API →