Skip to content

Commit

Permalink
Add missing closing pren to SampleNavigationWidget (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyMcCallB authored Feb 8, 2021
1 parent 361ef7c commit 80f1592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/learning/ui/framework/Widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ function SampleNavigationWidget () {
horizontalToolbar={<ToolbarComposer items={horizontalItems} usage={ToolbarUsage.ViewNavigation} orientation={ToolbarOrientation.Horizontal} />}
verticalToolbar={<ToolbarComposer items={verticalItems} usage={ToolbarUsage.ViewNavigation} orientation={ToolbarOrientation.Vertical} />}
/>
```
);
```
There is an extensible Navigation Widget named [BasicNavigationWidget]($ui-framework) in the ui-framework package. It provides basic view manipulation tools and supports the specification of additional horizontal and vertical toolbar items via props.
Expand Down

0 comments on commit 80f1592

Please sign in to comment.