Versions in this module Expand all Collapse all v0 v0.12.0 Dec 3, 2025 Changes in this version + func CreateCounterControls(props CounterControlsProps) (bubbly.Component, error) + func CreateCounterDisplay(props CounterDisplayProps) (bubbly.Component, error) + type CounterControlsProps struct + OnDecrement func() + OnIncrement func() + OnReset func() + type CounterDisplayProps struct + Count *bubbly.Ref[int] + IsEven *bubbly.Computed[interface{}]