Class: DefaultItemComponent
DefaultItemComponent()
DefaultItemComponent is used by CollectionComponent if no 'itemComponent' option is passed.
The only thing in this Component is a LabelComponent with the first field that exists of: 'title', 'name', or 'text'.
You'll usually want to pass an `itemComponent` option to `CollectionComponent` to present a custom item.