diff --git a/README.md b/README.md index 94e11a7..ecf1346 100644 --- a/README.md +++ b/README.md @@ -330,6 +330,7 @@ Create rectangles! This demonstrates: - [Figplug](https://rsms.me/figplug/) - A small program for building Figma plugins. It offers all the things you need for most projects: TypeScript, React/JSX, asset bundling, plugin manifest generation, etc. - [Plugma](https://github.com/gavinmcfarland/plugma) - A CLI for simplifying creating plugins. It uses a local dev server for faster development and better debugging. Built with Vite, so it supports most frameworks, with more being added. - [Figma Kit](https://github.com/tigranpetrossian/figma-kit) - A set of React components for building Figma plugins. +- [FigUI](https://figui.dev) - A set of UI3 style components you can copy-paste to your plugin projects, based on [base-ui](https://base-ui.com/), tailwindcss and React. - [Figma Plugin Starter](https://github.com/formaat-design/figma-plugin-starter) - A Figma plugin boilerplate with React, Vite and Reshaped If you're hoping to emulate the look and feel of Figma UI in your plugins, check out our [UI2 design system](https://www.figma.com/design/Gj9iMcTbFbHrFq1ZWbDBuyc9/UI2%3A-Figma's-Design-System?node-id=0-11724&t=vFlr9WowxY2AjuJo-0), or try [Tom's Figma Plugin DS](https://github.com/thomas-lowry/figma-plugin-ds), a community-provided set of CSS and JavaScript files.