For the complete documentation index, see llms.txt. This page is also available as Markdown.

Third Party Components

You can create your own components, add these components and associated properties forms to a micro app and then configure this micro app on the team or site level.

👉 Page designer does not require registering the built-in or custom components under 'Site Builder -> Components' UI.

Guidelines for creating own components

export { default as DemoCmpnt1 } from './Cmpnt1.vue'

Last updated