This example illustrates a child component (ticker) embedded in a parent component, with the parent component making queries to the children.
From the root of the Halogen project:
$ npm run example-components
The code will be built as example.js in the examples/components/dist directory within the example, runnable by opening the corresponding index.html.