Skip to content

Commit

Permalink
docs: clarify query string behavior (#8642)
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual committed Feb 16, 2023
1 parent f40ac08 commit 5edd594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ li[role='tab'][data-value='apple'] {

## Query string {#query-string}

It is possible to persist the selected tab into the url search parameters. This enables deep linking: the ability to share or bookmark a link to a specific tab, that will be pre-selected when the page loads.
It is possible to persist the selected tab into the url search parameters. This enables you to share a link to a page which pre-selects the tab - linking from your Android app to documentation with the Android tabs pre-selected. This feature does not provide an anchor link - the browser will not scroll to the tab.

Use the `queryString` prop to enable this feature and define the search param name to use.

Expand Down

0 comments on commit 5edd594

Please sign in to comment.