Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Components example

This example illustrates a child component (ticker) embedded in a parent component, with the parent component making queries to the children.

Building

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.