All the plugins Iâve looked at require you to first specify which component you want to find, and then surfaces other instances of that component. But I have a different use case.
When handing off designs to dev, they want to know which components from the Design System are being used, and they need me to mark which ones have already been developed, and which ones are new. This allows them to estimate the effort needed.Â
I have no idea how to just find out which components/instances are present in my file. I donât want âCTA-button listed 5 separate times in some kind of layers panel. I just want âCTA-button (5), âtext-input (3), etc.Â
In the best case, it would even tell me where the component comes from (local or external library).
Â
Has anyone found a good way to do this?
