I love the pageview component and this video is extremely helpful in understanding it. My one issue is that I'd like the user to have a deeper understanding of what's inside a page before navigating to it.
Navigate Pageview using ChoiceChips
Widgets & Design
I figured a ChoiceChips widget without multi-select would naturally be a great way to navigate the pageview (alongside swiping), but it's challenging to hook the two up together, since ChoiceChips doesn't seem to be index based (I can't get the index of the selected ChoiceChips value, nor can I set the active ChoiceChip by the index of the selected PageView).
I've looked around and best I could find is having a custom action that maps between the two, but I want to use this all over the place and I don't want to have a separate custom action for each component.
Is there a better way? I'd love it if the PageView component had optional NavigationLabels or something like that!
Yes
2
1 reply