docs: Add query strings to tabs (#2840)

This commit is contained in:
Cem Aksoylar
2025-02-25 16:31:57 -08:00
committed by GitHub
parent 209085da73
commit d2eb6de7ad
16 changed files with 62 additions and 18 deletions

View File

@@ -162,6 +162,7 @@ One workaround is to create a [macro](macros.md) that invokes those behaviors an
### Example Use-Cases
<Tabs
queryString="examples"
defaultValue="homerow_mods"
values={[
{label: 'Homerow Mods', value: 'homerow_mods'},

View File

@@ -27,6 +27,7 @@ The number of bindings in this array also determines the tap-dance's maximum num
### Example Usage
<Tabs
queryString="examples"
defaultValue="basic"
values={[
{label: 'Basic Example: Counter', value: 'basic'},