Custom Component
Provides the capability to create Custom Components, allowing users to save configured components as Custom Components and add them to the left sidebar component library. Users can reuse them in multi
Last updated
Provides the capability to create Custom Components, allowing users to save configured components as Custom Components and add them to the left sidebar component library. Users can reuse them in multi
Last updated
Building pages with finely granular components has always been popular among users. However, as the complexity of application pages increases, building the UI becomes cumbersome. We have focused on the scenario of user reusability and introduced the Custom Component feature. This feature allows users to save configured components as Custom Components and add them to the left sidebar component library, enabling reuse in multiple places within a Project to enhance building efficiency.
Reuse in multiple places: Once a component is saved as a Custom Component, it can be directly dragged and used on all pages within the Project.
Collaborative efficiency: Project collaborators can directly use the saved Custom Components, improving building efficiency.
Repeated general components: During Project building, we often encounter some general components that appear repeatedly, such as top navigation bars, product lists, and user information panels. We can build the UI once and save it as a Custom Component, then drag it out from the left sidebar's Custom Component library to use on other pages.
Create: After selecting a component, save the configured component as a Custom Component through the right-click option or the shortcut cmd+shift+K. We will save all content, style, data configuration structure, and action configuration structure of the component. When there is data dependency in data or action configuration, users need to delete and reconfigure the configuration items.
Fill in information: Enter the Custom Component panel, where we will automatically generate a preview image of the component, and users can also upload their own. Users can name the Custom Component and add a description in the panel. After clicking save, the component will be added under the left sidebar - Custom Components.
Reuse in multiple places: Users can drag or double-click to add the saved component from the left sidebar - Custom Components to other pages for use. When there are too many Custom Components, users can accurately find the required component through the description in the upper right corner.
The maximum number of components that can be saved per Project is 1000.
Style editing is not supported.
Cross-Project use is not allowed.