Sharing Components
In this guide, we explain how to add components to your library and use them across all projects in your Workspace. You'll learn how to share, insert, update, and import components efficiently.
FAQ
How do I add a component to my Framer library so it’s available across all projects in my Workspace?
Go to the Assets panel, click the three-dot icon next to the component name, and select “Add to Library” from the dropdown menu. This will make the component available across all your projects in the Workspace.
How can I update shared components in my projects if I make changes to the source component?
If you make changes to the source (primary) component, all projects using the component instance (without detaching) can pull the latest updates. Click the “Update” button in the Assets panel to apply changes to individual components. You can also undo updates if needed.
Can I use Framer components in a React project outside of Framer, and how do I do it?
Yes, Framer components can be used in any React environment outside of Framer. Click the three dots next to the component and select “Copy Import.” Then, paste the import statement into your code. You can place it before your component's main function or override it to customize its behavior.
Updated


