Copy Component States
A newbie here. There might be a way to do this without overcomplicating like i might have done. So:
I was building a table where i have the family of a product on one row for example "Wood" and it's children, for example "birch wood", "pine", etc.and to separate the "Parent Row" ( please see photo 1 ) which is a dropdown, from the "Child Row" ( please see photo 2 ) i had to create a new component and then build up the states again. Also for the "stock warning" one ( please see photo 3 ) i had to do this again.
Overall, I believe that being able to copy component states would be a nice quality of life feature.
Thank you! :)
-
Mitch Braem commented
When creating new states I would like to copy an already existing one to change this slightly. For example when you have made a state "hover", a state "active" I would like to copy one of them to create the state "active-hover".
In the best case scenario it would be possible to add two states to a component so it combines the changes of both states similar to how .css classes work.