hi all!
I started playing around with the Multipage beta and I love it!
One thing blocking us is the ability to connect page selection to a component other than Navigation. I am using tabs to switch between a grid view and table view (each their own pages), and the Tabs component provides underlines for highlighting, which the Navigation component does not.
i am using event handlers in the Tabs component to switch pages, but other functionality can switch pages, so keeping Tabs value synced with the page is leading to duplicate scripting buried inside event handlers of components.
so it would be great to have either:
- a Navigation component with underlines for highlighting, or
- a Tabs components with the ability to link to pages (currently only containers)
thank you!