Figma Design System
Figma 2024-02-12 17:17:56 9
Plugins are programs or applications created by the Community that extend the functionality of Figma's editors. Plugins run in files, perform one or more user actions, and allow users to customize their experience or create more efficient workflows.
Plugins are powered by web technologies. You’ll need an understanding of these technologies to develop plugins. You’ll write plugins in JavaScript and build any UI using HTML.
Plugins interact with Figma's editors via a dedicated Plugin API. They can also leverage external Web APIs. You can build plugins that run immediately after user invokation, or build plugins that require user’s to input information via a user interface (UI).