Skclusive.Material.Component
Skclusive.Material.Component copied to clipboard
Tabs with links
When using <Tab>
component with link, like this: <Tab component="a" href="...">
the parent <Tabs>
component does not update and the OnChange is never called.
This works in material-ui. They use their own <Link>
component instead of <a>
so maybe that makes the difference.
sorry for reaching late. does the page navigate to the href? will try this.
doubt on the usecase. when clicking the tab with link (is deep link?) is page routed?