Components

Video

Components are small re-useable elements that can be rendered within your interface.

Some examples of components might be for decorative UI elements, logos or pieces of functionality that you need to re-use on multiple routes.

Components follow the standard of Vue JS components and their respective features, including props, computed properties, watchers, lifecycle hooks and more.

Components can be instantiated and rendered within custom code across your interface and can be modified in realtime from the Builder UI

Examples

Create a component that you can re-use easily across your interface.