Closed carlosdevpereira closed 1 year ago
Implemented in b0d3054
Note: Instead of hammering a filter to exclude property "Name", the plugin is excluding every prop that does not have multiple possible values. This works in a "component based" approach and since "Name" in most scenarios does not have multiple possible values for the same component it get's excluded.
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). The only "hammered" exclusion for now is the variant property called "Name".
Acceptance Criteria
Relates with: #5