Today is the day of Microsoft Power Platform Online Conference 2020 (#PPOC2020). As a community we love to meet at in-person events, but in times like these it is pretty important to have the opportunity to learn and get together online as well.
Nevertheless on recent hackathons I was asked about some of my "ninja black-belt" skills which allows me to come up with apps quite fast and all of them having a clean and nice UI look & feel (to be discussed), I wanted to contribute to this initiative and share with you today the component:
- Footer Component
using gallery, svg images, notification markers and many configuration options to allow for a flexible and responsive footer app navigation
- Output Property (SelectedMenuItem - Number)
returns the number of the selected menu item, which you will use in a Switch() function inside your app to navigate to the correct screen
Inside the NavigateScreen property of the added Footer component (e.g. Footer_1) add the function:
Switch(Footer_1.SelectedMenuItem,
1, Screen1,
2, Screen2,
3, Screen3,
4, Screen4
)
Use the component as is. Build your apps faster in challenging times like these and never stop learning and sharing.
You can reach and follow me on Twitter @ carsten_growth where I am sharing stuff from my day to day business