# Code Components > Import reusable React components for use in Webflow via DevLink. DevLink lets you import code components directly to Webflow, bridging the gap between code and visual development. Build advanced, interactive components in your codebase, and deploy them to Webflow. In Webflow, use code components directly on the canvas with props, slots, and variants for flexible composition. *** ### Get started } > Create a code component and share an example library to your workspace } > Update your existing library to work with DevLink and code components *** ## Key capabilities With code components, you get full control over your React development: * **Develop in React**
Use hooks, state, effects, and context to build advanced components * **Visual composition**
Expose props and slots for designers to design visually in Webflow * **Shared library distribution**
Share, update, and install code components on any site in your Workspace with Libraries [Learn more about configuring your components for Webflow →](/code-components/define-code-component) *** ## How code components work in Webflow {/* TODO: Add a diagram showing the flow from codebase → CLI → Webflow → Canvas. */} {/* */} Create React components with hooks, state management, and API integrations. Reference Webflow variables to allow components to adapt to an individual site's colors, typography, sizes, and spacing. Use `declareComponent` to wrap an existing React component, then define [prop types](/code-components/reference/prop-types) to make them available in the Webflow Designer. Use [DevLink](/devlink) to bundle and publish your components as a shared library for users to install across a workspace. Install code components as a [shared library](https://help.webflow.com/hc/en-us/articles/33961343551763-Libraries) on any Webflow site in your workspace. Drag and drop components onto the canvas, configure props and slots in the right panel, and customize styling through each site's variables to integrate with a specific design system. {/* */} ## Docs - [How to import code components into Webflow](https://developers.webflow.com/code-components/introduction/quick-start.mdx): Import React components into Webflow with DevLink