Components Editor
In this Component Editor, you can create and edit the components you want to insert into your pages.
You can view your component at the top of the editor. By turning on the
'Show Elements'option, you can view the structural elements of your component.You can write notes in the documentation and delete components from the General tab.
You can edit your component's content in either the Component Schema tab using JSON, or in the HTML tab using the HTML editor.
You can add mock data in the Dev Data Model tab.
Lifecycle namedActions receive the component schema on
action.schema(andaction.options._componentSchema); pass schema explicitly in options for template-triggered actions if needed.
Note: If you are using model.somekey data, the model refers to the page model that contains this component.
See Also
Creating Components with Third-Party Libraries - Complete guide with FullCalendar, Chart.js, and Leaflet examples
Component Best Practices - General guidelines for component development
Last updated
Was this helpful?