Highlighting selected day
In the last video we created a static day selector component. In this video, we'll be highlighting the selected day so the user can see which day is currently active.
Global day value
Remember that the selected day is part of the global state, ultimately being source in the root component instance. That value is being passed down via props to from the main template to the Home component.
Click to load comments...