...
To help understand how a widget or application might be designed using components, consider some of the components in the Infusion Component Library:
Progress
The Infusion Progress component is single component with no subcomponents. It has a number of UI elements that work together and are updated programmatically to show the progress of some activity. It has a pretty simple purpose and function, one that doesn't make much sense to try to chunk up into multiple components.
...