Current Count
0
Modify the parent state below to see child components update in real-time. Some child components also have buttons to trigger updates from the child up to the parent.
<StatDisplay
value={count}
color="mint"
onAction={increment}
/>