The comprehensive toolkit for developing plugins and widgets for Figma and FigJam
Features#
- 🤗 Bootstrap a new plugin/widget from a template
- 🤯 Bundle and minify your TypeScript or JavaScript code, with sub-second build times made possible by the esbuild compiler
- 😌 Write plugin menu commands in separate files, with support for each command having their own UI implementation
- 🤩 Create a UI for your plugin/widget using a library of Preact components that replicate the Figma/FigJam editor’s UI design, with support for dark mode
- 🤓 Leverage an extensive set of utility functions, including utilities for passing data between your plugin/widget’s main and UI contexts
What people say about Create Figma Plugin#
This was also the first time I used @yuanqinglim’s Create Figma Plugin toolkit and wow – what a comprehensive and thought-out library. Allowed me to have the first prototype up and running in just an hour. A staple for building Figma plugins from now on 😌
If you build plugins for @figmadesign do yourself a favor and start using Create Figma Plugin toolkit by @yuanqinglim!
I know I’m late to this party but I just published my first @figmadesign plugin 🥳 (org-only so can’t share yet). @yuanqinglim’s Create Figma Plugin library made building the UI so easy and helped me focus on the logic instead. Highly recommended!