mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-31 18:35:18 -05:00
docs: Add query strings to tabs (#2840)
This commit is contained in:
@@ -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'},
|
||||
|
||||
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user