Create element
This article will show you how to create an element for Beae builder follow the structure of Vue component.
Structure
The main structures that make up an element:
Template
Mixins
Element
Javascript
Vendor
Liquid
Props
data
Computed
settings (object)
style (object)
liquids (object)
javascript (function)
css (string)
Register an element to Element List
/src/components/LeftSide/Elements/ListElements.vue
Register an element to builder
/src/components/RightSide/Builder/Components/Core/Elements/index.js
Last updated