Counter state composable for demonstration/testing purposes. Provides a reactive number that persists across component instances.

const counter = useCounter()
counter.value++ // Increments the global counter