anyuianyui
Home
Getting Started
Documentation
Download
  • English
  • 简体中文
Home
Getting Started
Documentation
Download
  • English
  • 简体中文
  • Setup

    • Installation
  • Core Concepts

    • Introduction
    • Design
    • Hide and Lock
    • Resource Management
  • Higher Order Component

    • State Button
    • Label Slider
    • Value Slider
    • Check Group & Radio Group
    • StatusBar
    • NavigateBar
    • Drawer
  • Advanced Features

    • Use External Image File as Source
    • GIF Animated Image
    • Template Component
    • Global Components
    • Screen Management
    • Communication Commands and Events
    • Lottie Animation
  • Development

    • Build Mode
    • Build Toolchain Configuration
    • Code Transplant
  • Technical Support

    • FAQ

Image Management

The resource management system enables importing and utilization of application assets. Images can be imported through the resource interface and subsequently assigned to component properties.

Image resource

After importing an image, it can be assigned to a component property by selecting the image from the resource interface. and anyui will automatically load the image and display it in the component.

At code generation stage, anyui will automatically generate the corresponding code for the image.

Warning

Users are responsible for ensuring they have the necessary rights and permissions for any images imported and used within the application.

Font Management

Custom fonts can be imported to enhance the typographic presentation of the application. Imported fonts are available for selection within component property configurations.

Font resource

After importing a font, you can select it from the font dropdown menu in the component property configuration, and the font will be applied to the component.

At code generation stage, anyui will automatically generate the corresponding code for the font.

Warning

Users are responsible for ensuring they have the necessary rights and permissions for any fonts imported and used within the application.

Lottie Management

Lottie animations can be imported to enhance the visual presentation of the application. Imported animations are available for selection within component property configurations.

Warning

Users are responsible for ensuring they have the necessary rights and permissions for any Lottie animations they import and use within the application.

Prev
Hide and Lock