Element Presets

The Element Presets object specifies all the element types available in the designer. Using the Element Presets object, Apps can select native Webflow elements to insert onto a page with the element creation methods.

Each preset corresponds to a unique element type, complete with its own properties and methods. For a deeper understanding of how to manipulate these element properties and methods, consult the Designer Extension type definitions and documentation on element properties and methods.

Use the DOM element when presets aren't available

Not all element types are supported through presets. Additionally, not all presets have methods to support updating the element. If a preset or functionality isn’t available for the element you want to create, you can use the custom DOM element method to create a custom element.

Layout & Structure

For fundamental building blocks of page layout and responsive design.

PresetElement Type
DivBlockBlockElement
DOMDOMElement
GridGridElement
HFlexHFlexElement
QuickStackLayoutElement
RowRowElement
SectionSectionElement
VFlexVFlexElement

Typography & Content

For elements whose primary purpose is to display text or structured content.

PresetElement Type
BlockquoteBlockquoteElement
HeadingHeadingElement
ListListElement
ListItemListItemElement
ParagraphParagraphElement
RichTextRichTextElement
TextBlockBlockElement

For elements that users interact with to navigate or trigger actions.

PresetElement Type
ButtonLinkElement
DropdownWrapperDropdownWrapperElement
LightboxWrapperLightboxWrapperElement
LinkBlockLinkElement
NavbarWrapperNavbarWrapperElement
PaginationPaginationElement
SliderWrapperSliderWrapperElement
TabsWrapperTabsWrapperElement
TextLinkLinkElement

Forms

All presets related to creating and managing forms.

PresetElement Type
FormBlockLabelFormBlockLabelElement
FormButtonFormButtonElement
FormCheckboxInputAnyElement
FormFileUploadWrapperAnyElement
FormFormFormElement
FormRadioInputAnyElement
FormReCaptchaFormReCaptchaElement
FormSelectAnyElement
FormTextareaAnyElement
FormTextInputAnyElement

Pre-built Layouts

For professionally designed, pre-built sections that can be inserted onto a page.

PresetElement Type
LayoutFeaturesListSectionElement
LayoutFeaturesMetricsSectionElement
LayoutFeaturesTableSectionElement
LayoutFooterDarkSectionElement
LayoutFooterLightSectionElement
LayoutFooterSubscribeSectionElement
LayoutGalleryOverviewSectionElement
LayoutGalleryScrollSectionElement
LayoutGallerySliderSectionElement
LayoutHeroHeadingCenterSectionElement
LayoutHeroHeadingLeftSectionElement
LayoutHeroHeadingRightSectionElement
LayoutHeroStackSectionElement
LayoutHeroSubscribeLeftSectionElement
LayoutHeroSubscribeRightSectionElement
LayoutHeroWithoutImageSectionElement
LayoutLogosQuoteBlockSectionElement
LayoutLogosQuoteDividerSectionElement
LayoutLogosTitleLargeSectionElement
LayoutLogosTitleSmallSectionElement
LayoutLogosWithoutTitleSectionElement
LayoutNavbarLogoCenterSectionElement
LayoutNavbarLogoLeftSectionElement
LayoutNavbarNoShadowSectionElement
LayoutPricingComparisonSectionElement
LayoutPricingItemsSectionElement
LayoutPricingOverviewSectionElement
LayoutTeamCirclesSectionElement
LayoutTeamSliderSectionElement
LayoutTestimonialColumnDarkSectionElement
LayoutTestimonialColumnLightSectionElement
LayoutTestimonialImageLeftSectionElement
LayoutTestimonialSliderLargeSectionElement
LayoutTestimonialSliderSmallSectionElement
LayoutTestimonialStackSectionElement
StructureLayoutQuickStack1plus2SectionElement
StructureLayoutQuickStack1x1SectionElement
StructureLayoutQuickStack2plus1SectionElement
StructureLayoutQuickStack2x1SectionElement
StructureLayoutQuickStack2x2SectionElement
StructureLayoutQuickStack3x1SectionElement
StructureLayoutQuickStack4x1SectionElement
StructureLayoutQuickStackMasonrySectionElement

E-commerce

All presets specific to Webflow’s E-commerce functionality.

PresetElement Type
CommerceAddToCartWrapperAnyElement
CommerceCartQuickCheckoutActionsCommerceCartQuickCheckoutActionsElement
CommerceCartWrapperAnyElement
CommerceCheckoutAdditionalInfoSummaryWrapperCommerceCheckoutAdditionalInfoSummaryWrapperElement
CommerceCheckoutAdditionalInputsContainerAnyElement
CommerceCheckoutCustomerInfoSummaryWrapperAnyElement
CommerceCheckoutDiscountsAnyElement
CommerceCheckoutFormContainerAnyElement
CommerceCheckoutOrderItemsWrapperAnyElement
CommerceCheckoutOrderSummaryWrapperAnyElement
CommerceCheckoutPaymentSummaryWrapperCommerceCheckoutPaymentSummaryWrapperElement
CommerceCheckoutShippingSummaryWrapperAnyElement
CommerceDownloadsWrapperCommerceDownloadsWrapperElement
CommerceOrderConfirmationContainerAnyElement
CommercePayPalCheckoutButtonCommercePayPalCheckoutButtonElement
CommercePaypalCheckoutFormContainerAnyElement

CMS & Dynamic Content

For elements related to displaying content from the Webflow CMS.

PresetElement Type
DynamoWrapperDynamoWrapperElement

Media & Embeds

For displaying images, videos, and third-party content.

PresetElement Type
BackgroundVideoWrapperBackgroundVideoWrapperElement
FacebookFacebookElement
HtmlEmbedHtmlEmbedElement
ImageImageElement
MapWidgetMapWidgetElement
SplineAnyElement
TwitterTwitterElement
VideoVideoElement
YouTubeVideoYouTubeVideoElement

User Accounts

All presets related to user authentication and account management.

PresetElement Type
LogInUserLogInFormWrapperElement
ResetPasswordUserResetPasswordFormWrapperElement
SignUpUserSignUpFormWrapperElement
UpdatePasswordUserUpdatePasswordFormWrapperElement
UserAccountUserAccountWrapperElement
UserAccountSubscriptionListUserAccountSubscriptionListWrapperElement
UserLogOutLogInUserLogOutLogInElement

Advanced & Miscellaneous

A catch-all for more technical or specialized elements.

PresetElement Type
AnimationAnyElement
BlockContainerBlockContainerElement
CodeBlockCodeBlockElement
IX2InstanceFactoryOnClassBlockElement
IX2InstanceFactoryOnElementLinkElement

This list outlines all presets that can be used with webflow.elementPresets.<preset>.

PresetElement Type
AnimationAnyElement
BackgroundVideoWrapperBackgroundVideoWrapperElement
BlockContainerBlockContainerElement
BlockquoteBlockquoteElement
ButtonLinkElement
CodeBlockCodeBlockElement
CommerceAddToCartWrapperAnyElement
CommerceCartQuickCheckoutActionsCommerceCartQuickCheckoutActionsElement
CommerceCartWrapperAnyElement
CommerceCheckoutAdditionalInfoSummaryWrapperCommerceCheckoutAdditionalInfoSummaryWrapperElement
CommerceCheckoutAdditionalInputsContainerAnyElement
CommerceCheckoutCustomerInfoSummaryWrapperAnyElement
CommerceCheckoutDiscountsAnyElement
CommerceCheckoutFormContainerAnyElement
CommerceCheckoutOrderItemsWrapperAnyElement
CommerceCheckoutOrderSummaryWrapperAnyElement
CommerceCheckoutPaymentSummaryWrapperCommerceCheckoutPaymentSummaryWrapperElement
CommerceCheckoutShippingSummaryWrapperAnyElement
CommerceDownloadsWrapperCommerceDownloadsWrapperElement
CommerceOrderConfirmationContainerAnyElement
CommercePayPalCheckoutButtonCommercePayPalCheckoutButtonElement
CommercePaypalCheckoutFormContainerAnyElement
DivBlockBlockElement
DOMDOMElement
DropdownWrapperDropdownWrapperElement
DynamoWrapperDynamoWrapperElement
FacebookFacebookElement
FormBlockLabelFormBlockLabelElement
FormButtonFormButtonElement
FormCheckboxInputAnyElement
FormFileUploadWrapperAnyElement
FormFormAnyElement
FormRadioInputAnyElement
FormReCaptchaFormReCaptchaElement
FormSelectAnyElement
FormTextareaAnyElement
FormTextInputAnyElement
GridGridElement
HeadingHeadingElement
HFlexHFlexElement
HtmlEmbedHtmlEmbedElement
ImageAnyElement
IX2InstanceFactoryOnClassBlockElement
IX2InstanceFactoryOnElementLinkElement
LayoutFeaturesListSectionElement
LayoutFeaturesMetricsSectionElement
LayoutFeaturesTableSectionElement
LayoutFooterDarkSectionElement
LayoutFooterLightSectionElement
LayoutFooterSubscribeSectionElement
LayoutGalleryOverviewSectionElement
LayoutGalleryScrollSectionElement
LayoutGallerySliderSectionElement
LayoutHeroHeadingCenterSectionElement
LayoutHeroHeadingLeftSectionElement
LayoutHeroHeadingRightSectionElement
LayoutHeroStackSectionElement
LayoutHeroSubscribeLeftSectionElement
LayoutHeroSubscribeRightSectionElement
LayoutHeroWithoutImageSectionElement
LayoutLogosQuoteBlockSectionElement
LayoutLogosQuoteDividerSectionElement
LayoutLogosTitleLargeSectionElement
LayoutLogosTitleSmallSectionElement
LayoutLogosWithoutTitleSectionElement
LayoutNavbarLogoCenterSectionElement
LayoutNavbarLogoLeftSectionElement
LayoutNavbarNoShadowSectionElement
LayoutPricingComparisonSectionElement
LayoutPricingItemsSectionElement
LayoutPricingOverviewSectionElement
LayoutTeamCirclesSectionElement
LayoutTeamSliderSectionElement
LayoutTestimonialColumnDarkSectionElement
LayoutTestimonialColumnLightSectionElement
LayoutTestimonialImageLeftSectionElement
LayoutTestimonialSliderLargeSectionElement
LayoutTestimonialSliderSmallSectionElement
LayoutTestimonialStackSectionElement
LightboxWrapperLightboxWrapperElement
LinkBlockLinkElement
ListListElement
ListItemListItemElement
LogInUserLogInFormWrapperElement
MapWidgetMapWidgetElement
NavbarWrapperNavbarWrapperElement
PaginationPaginationElement
ParagraphParagraphElement
QuickStackLayoutElement
ResetPasswordUserResetPasswordFormWrapperElement
RichTextRichTextElement
RowRowElement
SearchFormAnyElement
SectionSectionElement
SignUpUserSignUpFormWrapperElement
SliderWrapperSliderWrapperElement
SplineAnyElement
StructureLayoutQuickStack1plus2SectionElement
StructureLayoutQuickStack1x1SectionElement
StructureLayoutQuickStack2plus1SectionElement
StructureLayoutQuickStack2x1SectionElement
StructureLayoutQuickStack2x2SectionElement
StructureLayoutQuickStack3x1SectionElement
StructureLayoutQuickStack4x1SectionElement
StructureLayoutQuickStackMasonrySectionElement
TabsWrapperTabsWrapperElement
TextBlockBlockElement
TextLinkLinkElement
TwitterTwitterElement
UpdatePasswordUserUpdatePasswordFormWrapperElement
UserAccountUserAccountWrapperElement
UserAccountSubscriptionListUserAccountSubscriptionListWrapperElement
UserLogOutLogInUserLogOutLogInElement
VFlexVFlexElement
VideoVideoElement
YouTubeVideoYouTubeVideoElement