Home
Softono

Figma Plugin React Template

Open source MIT TypeScript
483
Stars
97
Forks
4
Issues
1
Watchers
2 years
Last Commit

 About Figma Plugin React Template

Quickstart your Figma Plugin with this template and tooling.

Platforms

Web Self-hosted

Languages

TypeScript

Links

Need Help Installing Figma Plugin React Template?

We provide expert installation service for this software. Our team will install, configure, and secure Figma Plugin React Template on your server. plans start at just $30.

Figma Plugin React Template

View on GitHub

Figma Plugin React Template

62862431-71537f00-bd0e-11e9-85db-d97c0fb729a4

This template contains the react example as shown on Figma Docs, with some structural changes and extra tooling.

Quickstart

  • Run yarn to install dependencies.
  • Run yarn build:watch to start webpack in watch mode.
  • Open Figma -> Plugins -> Development -> Import plugin from manifest... and choose manifest.json file from this repo.

⭐ To change the UI of your plugin (the react code), start editing App.tsx.
⭐ To interact with the Figma API edit controller.ts.
⭐ Read more on the Figma API Overview.

Toolings

This repo is using:

  • React + Webpack
  • TypeScript
  • Prettier precommit hook