Figma Plugin Starter screenshot

Figma Plugin Starter

Author Avatar Theme by Reshaped ui
Updated: 24 Jul 2024
14 Stars

Figma plugin boilerplate with React, Vite and Reshaped

Categories

Overview

The Figma plugin provides a streamlined approach for developers looking to enhance their design workflow. By allowing customization through a straightforward setup process, users can efficiently build and import plugins tailored to their specific needs. Whether you’re an experienced developer or just getting started, this plugin offers a flexible and user-friendly environment for creating unique design tools.

Features

  • Easy Configuration: Quickly change the plugin name and ID in the manifest.ts file to personalize your plugin.
  • Get Unique ID: Obtain your plugin ID directly from Figma during the creation process to ensure proper integration.
  • Simple Build Process: Use the command yarn && yarn build to compile your plugin easily and get it ready for use.
  • Direct Import: Import your plugin into Figma by simply referencing the generated dist/manifest.json file.
  • Hot-Reloading for Development: The yarn dev command allows for hot-reloading of the plugin UI, enabling real-time updates and testing during development.
  • User-Friendly Setup: Designed for both beginners and experienced developers, simplifying the process of creating Figma plugins.