Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@alyssamichelle
Created May 27, 2020 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssamichelle/80757b340dad61f387acd116ea7209c9 to your computer and use it in GitHub Desktop.
Save alyssamichelle/80757b340dad61f387acd116ea7209c9 to your computer and use it in GitHub Desktop.
The navigation component used inside of the Kendo UI for Angular Financial Portfolio Demo application — found here:https://github.com/telerik/kendo-angular/tree/master/examples-standalone/finance-portfolio
<kendo-buttongroup [selection]="'single'">
<button kendoButton routerLink="/stocks" routerLinkActive="k-state-active">
Result List
</button>
<button kendoButton routerLink="/heatmap" routerLinkActive="k-state-active">
Heatmap View
</button>
<button kendoButton routerLink="/real-time" routerLinkActive="k-state-active">
Data Virtualization
</button>
</kendo-buttongroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment