Inherit group structure for linked components
The components in my library are structured in subgroups.
Example:
- icons
-- navigation
--- up
--- down
-- sort
--- up
--- down
When you use a component from the library, the component is imported as linked component. Those linked components are imported completely out of context of the original group structure:
- up
- down
- up
- down
I can no longer see that the "up" component came from "icons / navigation" or from "icons / sort".
1
vote
Jasha Joachimsthal
shared this idea