You could use JS show hide function on the div of second component which would be managed/called by the button click of first component as rightly mentioned by Arun.
That's for our case we are using like that only, but At first time page loaded only all the components are loaded.. But i need to show the component after the clicking of the second component button (it should pass data to 3rd component).