Introduction to Components

This lesson contains a brief introduction to components and its specifications.

Tuning

HTML only goes so far. More often than not, we find ourselves wanting to extend it to support a richer UI or enable more sophisticated event handling. Ember makes this possible by allowing us to create components. The current task, creating a star-rating widget, is a perfect example of when to reach for them.

Here is what our application should look like by the end of this chapter:

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy