Skip to Content
No-Code EditorElementsOverview

Elements

Every component on a page is one of 24 element types. Each element has its own properties, behaviors, and use cases.

Quick Reference

ElementType KeyCategoryDescription
StackstackContainerFlex container. Vertical/horizontal layout, scroll modes.
GridgridContainerCSS Grid container. Row/column configuration.
TexttextContentRich text with Liquid template support.
ImageimageContentImage with object-fit and aspect ratio.
VideovideoContentVideo player with playback controls.
IconiconContentLucide icon library.
LottielottieContentLottie animation player.
HTML BlockhtmlblockContentRaw HTML injection with Liquid support.
InputinputInteractiveText/email/date input bound to a variable.
SwitchswitchInteractiveBoolean toggle bound to a variable.
Single Selectsingle-selectInteractiveRadio-button group. Stores selected value.
Multi Selectmulti-selectInteractiveCheckbox group. Stores array of values.
OptionoptionInteractiveClickable child of Single/Multi Select.
CountUpcountupProgressAnimated number counter.
Progress Barprogress-barProgressLinear progress animation.
Progress Circleprogress-circleProgressCircular SVG progress animation.
Spinner Wheelspinner-wheelProgressPrize/discount wheel with segments.
LoadingloadingProgressSimple spinning loader.
DialogdialogOverlayModal popup.
DrawerdrawerOverlaySlide-out panel from any edge.
Payment ElementpaymentElementPaymentStripe card form and wallets.
Embedded CheckoutembeddedCheckoutPaymentStripe-hosted checkout in iframe.
Paddle CheckoutpaddleCheckoutPaymentPaddle checkout (alpha).
LinkedlinkedReusableLive reference to a component from another page.
Last updated on