Speed up the component naming proces

Is there a way to speed up the process of naming component variants?

It feels very repetitive, especially when you’re creating multiple buttons and inputs that all have the same states, like default, hover, selected, inactive, etc.

The workaround, I do is to change the name of the property instead of content and use False, True as the name

For example:
Hover= False
Hover= True

It will activate a toggle for that property

this way you can copy and paste and if the change is needed just change the name of the property.

This topic was automatically closed after 30 days. New replies are no longer allowed.