Plugins in Framer are small apps that can interact with the Framer editor, enabling you to perform various actions such as inserting images, layers, and components or modifying anything on the canvas. This repository contains a selection of Plugins, capturing a wide range of use cases. The code for which can be found in the /plugins folder. Feel free to clone and build off the existing Plugins, or open a pull reqest with a contribution of your own.
Check out our documentation to learn more.
- If you have Plugin Beta access, you can run the latest versions via the Plugin menu in the Toolbar.
- To set up this repository for local development, clone the repo and run
npm install
in the root. - Run a specific plugin by entering the directory with
cd plugins/[plugin-name]
and runningnpm run dev
.
- Have a polished Plugin you’d like to share with others? Contributions are welcome.
- For feature requests and bug reports, please open an Issue in this Repository.
- Want to join the Plugin Beta? Sign up for the waitlist.