Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 427 Bytes

File metadata and controls

9 lines (5 loc) · 427 Bytes

ComponentsMultiTypeHalogenHooks

Demonstrates a component that can communicate with its children that have differing types.

Expected Behavior:

Browser

A toggle button, a count button, and an input field are the children of the parent. The user can modify either of those children's values and then click the "Check now" button. The parent will get the latest state from each of its children and display all states.