{"id":14981633,"url":"https://github.com/alexwidua/figma-plugin-ds-vue","last_synced_at":"2025-10-29T07:32:30.875Z","repository":{"id":43418982,"uuid":"314055828","full_name":"alexwidua/figma-plugin-ds-vue","owner":"alexwidua","description":"📚 Vue component library that matches the Figma Design System for building Figma plugins.","archived":false,"fork":false,"pushed_at":"2022-03-02T09:47:05.000Z","size":759,"stargazers_count":23,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T06:09:37.536Z","etag":null,"topics":["figma","figma-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexwidua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-18T20:55:47.000Z","updated_at":"2024-08-28T09:27:57.000Z","dependencies_parsed_at":"2022-09-02T10:52:40.638Z","dependency_job_id":null,"html_url":"https://github.com/alexwidua/figma-plugin-ds-vue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwidua%2Ffigma-plugin-ds-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwidua%2Ffigma-plugin-ds-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwidua%2Ffigma-plugin-ds-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwidua%2Ffigma-plugin-ds-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexwidua","download_url":"https://codeload.github.com/alexwidua/figma-plugin-ds-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238791892,"owners_count":19531027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["figma","figma-plugin"],"created_at":"2024-09-24T14:03:57.873Z","updated_at":"2025-10-29T07:32:25.531Z","avatar_url":"https://github.com/alexwidua.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"misc/hero.svg\" height=\"165px\"/\u003e\n\u003c/p\u003e\n\n`figma-plugin-ds-vue` is a Vue component library that matches the [UI2: Figma Design System](https://www.figma.com/community/file/928108847914589057) for building Figma plugins. It is based on [thomas-lowry/figma-plugin-ds](https://github.com/thomas-lowry/figma-plugin-ds).\n\n### [View Documentation](https://figma-plugin-ds-vue.netlify.app/)\n\n## ✨ Installation\n\n1.  Install the package `npm i figma-plugin-ds-vue`\n\n2.  Include the global stylesheet in your app (either on component-level or make it accessible globally by importing it to your app's entry file, ex: `main.js`)\n\n    `import 'figma-plugin-ds-vue/dist/figma-plugin-ds-vue.css'`\n\n3.  Import and register the Vue components you want to use, refer to the [documentation](https://figma-plugin-ds-vue.netlify.app/) for details and an overview of all available components\n\n4.  Enjoy building your plugin 💻✨\n\n## 📝 Documentation\n\nRefer to the library's [documentation](https://figma-plugin-ds-vue.netlify.app/) for a detailed overview of each component and its usage.\n\nQuick reference:\n\n-   [Button](https://figma-plugin-ds-vue.netlify.app/docs/components/button/)\n-   [Checkbox](https://figma-plugin-ds-vue.netlify.app/docs/components/checkbox/)\n-   [Disclosure](https://figma-plugin-ds-vue.netlify.app/docs/components/disclosure/)\n-   [Divider](https://figma-plugin-ds-vue.netlify.app/docs/components/divider/)\n-   [Icon](https://figma-plugin-ds-vue.netlify.app/docs/components/icon/)\n-   [Icon Button](https://figma-plugin-ds-vue.netlify.app/docs/components/icon-button/)\n-   [Input](https://figma-plugin-ds-vue.netlify.app/docs/components/input/)\n-   [Number Input](https://figma-plugin-ds-vue.netlify.app/docs/components/num-input/)\n-   [Radio menu](https://figma-plugin-ds-vue.netlify.app/docs/components/radio-menu/)\n-   [Select menu](https://figma-plugin-ds-vue.netlify.app/docs/components/select-menu/)\n-   [Label](https://figma-plugin-ds-vue.netlify.app/docs/components/label/)\n-   [Text](https://figma-plugin-ds-vue.netlify.app/docs/components/text/)\n-   [Textarea](https://figma-plugin-ds-vue.netlify.app/docs/components/textarea/)\n-   [Title](https://figma-plugin-ds-vue.netlify.app/docs/components/title/)\n-   [Toggle](https://figma-plugin-ds-vue.netlify.app/docs/components/toggle/)\n-   [Tooltip](https://figma-plugin-ds-vue.netlify.app/docs/components/tooltip/)\n\nThe global stylesheet also includes [style variables](https://figma-plugin-ds-vue.netlify.app/docs/utils/variables/) 🎨 and [utility classes](https://figma-plugin-ds-vue.netlify.app/docs/utils/style-utils/) 🧰 which can be used to format your plugin 🌈\n\n## 🌀 Misc\n\nA great writeup on Figma plugin design \u0026 heuristics is [@yuanqing's](https://github.com/yuanqing) **[The UX of Figma plugins](https://uxdesign.cc/the-ux-of-figma-plugins-f4f896f8cf35)** 📚\n\nThis project is based on [thomas-lowry/figma-plugin-ds](https://github.com/thomas-lowry/figma-plugin-ds). It also includes refactored components of [Morglod/figma-vue-boilerplate](https://github.com/Morglod/figma-vue-boilerplate), a project which basically kickstarted the development of this one. S/o to these amazing humans 👋\n\n## 📝 License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwidua%2Ffigma-plugin-ds-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexwidua%2Ffigma-plugin-ds-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwidua%2Ffigma-plugin-ds-vue/lists"}