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:
- Settings Menu component
- Main configuration via SectionTitleItems - for a sample see component and keep the structure
- allowing the user to set configuration options, guiding the user to additional information or screens
- Output properties:
- IsExpanded (boolean) to ensure you can hide/show the menu as you like
- SettingsValue (record)
- structure SecID , SecItemID, optionVal
- so you will know the header section (SecID) the user clicked on, the section item (SecItemID) the user selected and if the section item contained an option toggle, you will get the true/false value for the option toggle
- use this e.g. for allowing a user to enable or disable a feature inside your app and store this in a local app settings collection
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