Blueprint · Power Apps Builders
Power Apps makers copy the same header, menu, dialog, and badge onto every canvas app screen. A same-environment canvas component library named TeamUI supplies four reusable components and proves that one library update reaches two consuming apps through the standard review…
V1 builds a Power Apps canvas component library named TeamUI for a maker who is tired of copying headers, menus, dialogs, and badges by hand. It takes one logo image, three colour values, and one menu table, then produces four reusable canvas components: Header, NavMenu, ConfirmDialog, and StatusBadge.
The painful moment is the next brand or navigation change: the maker knows the old UI was copied onto many screens and does not trust that every screen will be updated. The current workaround is to copy controls and formulas from a "good" screen into every other screen or app, which fails because copied controls drift and formulas break differently per screen.
V1 input:
| Input | Required format | Default if missing |
|---|---|---|
| Logo file | Power Apps media image, preferably transparent PNG | Text fallback Team in Header |
| Primary colour | Power Fx colour value, for example ColorValue("#2563EB") | ColorValue("#2563EB") |
| Accent colour | Power Fx colour value, for example ColorValue("#14B8A6") | ColorValue("#14B8A6") |
| Neutral colour | Power Fx colour value, for example ColorValue("#111827") | ColorValue("#111827") |
| Menu items | Table with ScreenName, DisplayLabel, optional IconName | Empty table and visible empty-menu message |
V1 output:
TeamUI.Header, NavMenu, ConfirmDialog, StatusBadge.scrHeaderDemo, scrNavMenuDemo, scrConfirmDialogDemo, scrStatusBadgeDemo.scrInstallGuide.TeamUI Consumer A and TeamUI Consumer B.First success test: after TeamUI is published and imported into two consuming apps, changing Header.LogoImage in the library and publishing version note MVP proof logo update causes each consuming app editor to see an update notification, review the version note, select Update, and see the new logo without editing any app screen controls.
Not V1: no PCF/code components, no component export/import files, no Dataverse tables, no managed solution distribution, no cross-environment ALM, no tenant-wide theme policy, no automatic update acceptance, and no design-system governance.
Proof boundary: this proves shared component propagation in one Power Apps environment. It does not prove org-wide adoption, design quality, production governance, licensing coverage, or accessibility certification.
Everything above plus the build steps, prompts, and export live in Power Apps Builders. Own the Space for US$39 one-off — or a plan covers it and more.
See the full blueprint