Webflow component type overview

Updated

Compare component types in Webflow

You can use native components, code components via DevLink, or AI-generated components in Webflow — each with different workflows and limitations.

TypeNative componentsCode components via DevLinkAI code components
DefinitionComponents built visually in WebflowComponents created in an external codebase (React), then imported into WebflowComponents created in Webflow with the Webflow AI Assistant’s code generation capabilities (written in React)
Method of creationBuild visually on Webflow’s drag-and-drop canvasWrite code in an IDE outside WebflowProvide semantic prompt to Webflow AI Assistant
LimitationsSource of truth is Webflow — changes must be made in WebflowSource of truth is the external codebase — changes must be made in codeSource of truth is Webflow — changes must be made in Webflow
DevLink relevanceCan be exported as React components using DevLinkCan be imported into Webflow using DevLinkDo not require DevLink
Example usageUse native components exported via DevLink to build full-stack web appsMigrate a React site to Webflow or import advanced UI components for designers to useBuild advanced UI (like a locator) directly in Webflow using AI-generated React code