Skip to content

Commit

Permalink
Adds bottom icon bar menu parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytlwu committed Nov 28, 2022
1 parent 643ebc3 commit ca05871
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/API-Documentation.md
Expand Up @@ -111,6 +111,7 @@ These JS APIs falls into the most common category and almost all apps, component
- [Push Notifications](API/components/push-notifications.md)
- [Interactive Graphics](API/components/interactive-graphics.md)
- [Email Verification](API/components/email-verification.md)
- [Bottom icon bar menu](API/components/menu-bottom-icon-bar.md)

---

Expand Down
14 changes: 14 additions & 0 deletions docs/API/components/menu-bottom-icon-bar.md
@@ -0,0 +1,14 @@
# Bottom icon bar menu

## Select active menu item based on query

Use a 0-indexed query parameter to highlight an menu item.

```
?activeMenuItem=0
```

---

[Back to API documentation](../../API-Documentation.md)
{: .buttons}

0 comments on commit ca05871

Please sign in to comment.