Container ComponentΒΆ
A container component acts as a container for items. It follows ItemDataSource mechanic.
It has the following content structure:
- granite:container
- items
Indicates the items of the container literally.
Either this resource or
datasource
resource is needed.
- datasource
Indicates the items of the container dynamically using DataSource.
Either this resource or
items
resource is needed.