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: only create props that have multiple possible values #11

Closed carlosdevpereira closed 1 year ago

carlosdevpereira commented 1 year ago

Description

When the plugin creates Vue components, every variant property (except "Name") is added to the component props, regardless if it has multiple possible values or not. If the prop does not support multiple values it doesn't make sense to be there as it won't have any impact in the asset that will be rendered.

Acceptance Criteria

carlosdevpereira commented 1 year ago

Implemented in 21bf6d1