Component is where you do actual UI design for the module that is being developed. Lightning has its own set of tags which are called aura tags. When you create a component with above steps you see salesforce created a default tag for lightning component.
<aura:component >
// User Interface Code Here.
</aura:component>
Continue reading “Component in Lightning Bundle”