Ember Handbook

Plug'n'Play Characteristics

Content

Does the component visibly show contents? Likely in the form of interactive element(s) and/or displaying data.

Styled

Whether visuals are applied or not to make the content look beautiful.

When styling is applied, is it safely styled intrinsically? Does it leak styling? Will it cause side-effects to the layout I’m putting this component in?

Structure

The component uses elements to structure and organize its children, but its own content is invisible. Do I have to be careful when placing children inside? Will the component have plan for the layout of children?