knok-healthcare / figma-assets-to-github-plugin

A Figma plugin to export all assets inside a Figma board to a Github pull request with ease
https://www.figma.com/community/plugin/1250083994048709468/Figma-assets-to-Github-plugin
MIT License
3 stars 0 forks source link

feature: allow to customise the default values of variant properties #5

Closed carlosdevpereira closed 1 year ago

carlosdevpereira commented 1 year ago

Description

Currently the plugin automatically checks which "variant properties" that each figma asset defines and tries to convert those variant properties into props (when generating Vue components). When these props are generated the default value is always the first value that the plugin found for that variant property.

Acceptance Criteria


Relates with: #4

carlosdevpereira commented 1 year ago

Implemented in b0d3054