Outseta Framer Plugin allows you to integrate Outseta into your Framer sites directly from the Framer Canvas.
- Run the development server:
npm run dev- Enable Plugin Developer Tools: Project Menu > Plugins > Show Developer Tools.
- Open the plugin: Plugins > Development > Open Development Plugin.
Learn more: https://developers.framer.wiki/
When your Plugin is ready, you can submit it to the Framer Marketplace to share it with the community. Once approved, anyone using Framer will be able to use your Plugin.
- Ensure your Plugin icon and name is correct.
- Test all core flows and functionality of your Plugin.
- Test with different project states and browsers.
- Check your Plugin UI in both dark & light mode.
- Select "New Plugin" in the Marketplace dashboard.
- Run
npm run packin the root of your Plugin directory. - Upload the
plugin.zipfile created by the command. - Fill in the rest of the form and submit your Plugin.
- Make your changes to your Plugin code.
- Run
npm run packagain to update the zip. - Upload the new zip to the Marketplace UI.