Development Standards
Welcome to our comprehensive Power Platform/Azure Development Hub! This site offers a rich collection of UI components, development standards, and building blocks for the Power Platform and Azure. From meticulously crafted UI components and standardized naming conventions to complete application templates and a curated icon library - we've gathered everything you need for professional Power Platform & Azure development. At vision&, we're passionate about sharing our development expertise and best practices with the community. We invite developers worldwide to freely use and benefit from this growing library of resources. Together, let's build better, more consistent, and more professional Power Platform & Azure solutions. The UI components are inspired by shadcn/ui.
This UI library provides a set of ready-to-use components designed to help you build visually consistent and professional apps. Some components require predefined style variables to work correctly. These are clearly marked in the library documentation.
Initialization Instructions
Before using components that rely on style variables, you must initialize them first. Components that don’t rely on these variables can be used immediately without any setup.
How to Initialize
Activate modern controls and copy the following code snippet to your clipboard (click the copy icon)
Initialization Code
Click on the copy button to copy the code to your clipboard.
Where to Place the Code
Paste the code into Power Apps to create a Loading Screen containing the code.

Notes
The copied code created a Loading Screen. Alternatively, you could use the code from the .OnVisible property and add it to the App.OnStart property. Using a loading screen gives you more flexibility and keeps the startup logic easier to manage, especially in larger apps.
Once the variables are initialized, you can copy any component from the UI library into your app—they’ll work as expected.