Managing a Custom Component

Add functionality and customization to your components. Connect them to your instance's content or your external front-end framework.

Types of components

There are two options when creating a component: Design and Component

Component

Component is any HTML you would like to display on the layout

Note: If html is left blank, it will automatically wrap your preview url to <img src={previewURL} width='100%'/>

Layouts Add Component -sm

Design

These are intended to serve as elements that can be used for improving spacing or designs such as <br/>, <hr/> etc.

Layouts Add Design -sm

Columns

You can create your own columns and set the width depending on what you like.

Layouts Add Columns -sm

You can also Edit / Delete your existing component.

Edit/Delete Component -sm