Tabs: Persist currently selected tab in URL #314
Unanswered
isarphilipp
asked this question in
Feature Requests
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduce a new option
<flux:tabs to-url="my-key">
that pushes the name of the currently selected tab as query param to the URL.Clicking a tab with the
name="general"
would result in this URL:https://flux.test/page-with-tabs?my-key=general
It would be a nice convenience feature when tabs are used for subnavigation.
Beta Was this translation helpful? Give feedback.
All reactions