Is there a way I can duplicate a component & its variables so that I can create a separate component and not an instance. Eg: I create a normal dropdown component but then I want to create a dropdown for time, calendar etc.
In some files when I duplicate a main component its creating a separate main component but in some files its creating instances.