Thanks Charlie, renaming the components will help especially when the component is used inside an ACF field in a product page, as it will allow me to know what is inside from the name.
One more question, but let me explain what I am trying to achieve: I want to manage the components library like a database. There will be 5-6 components only, these will be:
(1) Dashboard: To display all of the active components, manage them, write to-do’s etc.
(2) Active Components: This is where live components will be stored.
(3) Projects: This is where components will be built.
(4) Ideas and Resources: This is where the ideas and resources, which will further become a “project”.
(5) Archive: This is where I will keep the depreciated components.
(6) Back-up: I will keep a copy of the active components, in case it is deleted by accident or need to restore a back up.
To achieve this, I need to be able to copy and paste the “component section” from one component to another and as far I as see, I can use the developer tools to do this: Dev Toolkit > Tools > Elements (Copy Element | Paste Element).
Now the questions are, (1) It is okay to use this copy and paste of the Dev Toolkit, or is there anything that I need to be aware of? (2) Is it a good idea to keep all of the Active components inside a single component? If the number of components becomes high, (do you think) would it affect the page load speed on the front end?
Thanks
Gunes