Component - @EnvironmentObject for shared state
This UI component demonstrates how @EnvironmentObject allows multiple views to share and react to the same data source easily. It shows a counter value that can be incremented from different screens, keeping the state in sync.