cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to do navigation via button in react - app engine

kwangxi
Contributor

Hi, 

I wanted to navigate to the next page via a button. It will be via the onSelect method. 

How should I exactly implement it specifically the navigation via all the buttons including return?

<TitleBar.Suffix>
<ButtonWrapper>
<Button prefixIcon={<HomeIcon />} variant="minimal" >
Home
</Button>
<Button prefixIcon={<DataTableIcon />} variant="minimal">
Software
</Button>
<Button prefixIcon={<StackedBarChartIcon />} variant="minimal">
Analytics
</Button>

</ButtonWrapper>
</TitleBar.Suffix>
0 REPLIES 0