An open API service indexing awesome lists of open source software.

https://github.com/framer/plugins

A collection of example Framer Plugins.
https://github.com/framer/plugins

Last synced: about 1 year ago
JSON representation

A collection of example Framer Plugins.

Awesome Lists containing this project

README

          






A collection of Framer Plugins.


![plugins](assets/plugins.png)

Plugins in [Framer](https://www.framer.com/) 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](https://github.com/framer/plugins/tree/main/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](https://www.framer.com/developers/plugins-introduction) to learn more.


### 🎛️ Get Started

- 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 running `npm run dev`.
- In Framer, enable "Developer Tools" via the Plugin sub-menu in the Main Menu

### 🛠️ Contribute

- Have a polished Plugin you’d like to share with others? Contributions are welcome.

### 🔮 Feedback

- For feature requests and bug reports, please open an Issue in this Repository.