An open API service indexing awesome lists of open source software.

https://github.com/solygambas/figma-plugins

11 plugins for Figma.
https://github.com/solygambas/figma-plugins

esbuild figma figma-plugin figma-plugins react reactjs style-dictionary typescript vite vitejs

Last synced: 3 months ago
JSON representation

11 plugins for Figma.

Awesome Lists containing this project

README

          

# Figma Plugins

11 plugins for Figma.

| # | Project | Description |
| --- | ----------------------------------------------- | ------------------------------------------------------------------------------- |
| 01 | [**Rectangle Creator**](01-rectangle-creator) | A quick intro to Figma Plugins. |
| 02 | [**Text Nodes**](02-text-nodes) | A small plugin to learn how to access the document. |
| 03 | [**Property Cloner**](03-property-cloner) | A small plugin to learn how to edit properties. |
| 04 | [**Social Media Post**](04-social-media-post) | A plugin that creates a customizable post for a social media app design. |
| 05 | [**Capital**](05-capital) | A plugin that fetches countries from an API and displays the requested capital. |
| 06 | [**Icon Drag-and-Drop**](06-icon-drag-and-drop) | A simple icon library using drag-and-drop from a modal to the canvas. |
| 07 | [**Pie Chart**](07-pie-chart) | A pie chart generator, using React, Vite and esbuild. |
| 08 | [**Circle Text**](08-circle-text) | A plugin that arranges characters in a circle. |
| 09 | [**Invert Image Color**](09-invert-image) | A plugin that inverts the colors in an image. |
| 10 | [**Meta Cards**](10-meta-cards) | A plugin that adds link Metacards to the canvas. |
| 11 | [**Design Tokens**](11-design-tokens) | A simple project to sync design tokens using Style Dictionary. |

Based on [Figma Plugins Docs](https://www.figma.com/plugin-docs/), [Build your first plugin](https://www.youtube.com/playlist?list=PLXDU_eVOJTx5YBAszyuOTyxlgIxkQVyii), and [Figma + FigJam Plugin Samples](https://github.com/figma/plugin-samples) by Figma (2022).