Ember Components is a core piece of ember.js framework that describes the behaviour of the view. Components consist of two parts: a template to describe the UI and a js code to implement the behaviour.
Ember component is defined in Ember Guide. It has own chapter in the guide. The documantation can be found in Ember Api Doc.