2.0.0 ā€¢ Published 3 years ago

figma-plugin-ds-vue v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

figma-plugin-ds-vue is a Vue v2.x component library that matches the UI2: Figma Design System for building Figma plugins. It is based on thomas-lowry/figma-plugin-ds.

āœØ Installation

  1. Install the package npm i figma-plugin-ds-vue

  2. 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)

    import 'figma-plugin-ds-vue/dist/figma-plugin-ds-vue.css'

  3. Import and register the Vue components you want to use, refer to the documentation for details and an overview of all available components

  4. Enjoy building your plugin šŸ’»āœØ

šŸ“ Documentation

āš ļø The documentation is currently outdated. The component names changed, the 'Fig' prefix was removed (ex: <FigSelect/> ā†’ <Select/>)

Refer to the library's documentation for a detailed overview of each component and its usage.

Quick reference:

TODO: NumInput, Tooltip

The global stylesheet also includes style variables šŸŽØ and utility classes šŸ§° which can be used throughout your plugin šŸŒˆ

šŸš§ Roadmap

This project is a work-in-progress, here's a small roadmap:

ā¬œ āš ļø Update documentation to reflect changes introduced in 1.2.3
...
ā¬œ Update the library to Vue v3.x (since v-model changed with Vue 3 this would introduce breaking changes)

šŸŒ€ Misc

A great writeup on Figma plugin design & heuristics is @yuanqing's The UX of Figma plugins šŸ“š

This project is based on thomas-lowry/figma-plugin-ds. It also includes refactored components of Morglod/figma-vue-boilerplate, a project which basically kickstarted the development of this one. S/o to these amazing humans šŸ‘‹

šŸ“ License

MIT

2.0.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago