Send Update Counter

A LiveComponent that expects its parent LiveView to send updates via send_update/2.

Count (from parent): 0

This component only changes when the parent LiveView handles send-update-counter-single-default and calls send_update/2.

<.live_component module={SendUpdateCounter} count={0} label="Request increment"/>