bobheadlabs / figma-plugin-react-template

🎨 Quickstart for your Figma Plugin - ft. alternative tooling (eslint, etc.) by @bobheadlabs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -> New Plugin... 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.

Typings (figma.d.ts)

Refer to the Typings File documentation.

About

🎨 Quickstart for your Figma Plugin - ft. alternative tooling (eslint, etc.) by @bobheadlabs


Languages

Language:JavaScript 46.8%Language:TypeScript 40.4%Language:CSS 12.3%Language:HTML 0.5%