Getting Started
Getting Started
Section titled “Getting Started”This guide gets you from zero to your first Power Components Kit (PCK) component in a Power App. No coding required.
Prerequisites
Section titled “Prerequisites”- Power Apps license — You need access to Power Apps (included with many Microsoft 365 plans or as a standalone license).
- Environment — A Power Platform environment where you can import solutions (e.g. Dev, Sandbox, or Production). Your admin may need to grant you Environment Maker or System Administrator rights to import a solution.
- PCK solution file — The
.zipfile for the component(s) you want to use (from your purchase or the free Star Rating download).
Step 1: Import the PCK solution
Section titled “Step 1: Import the PCK solution”- Sign in to make.powerapps.com.
- In the left navigation, select Solutions.
- On the command bar, select Import solution.
- Select Browse and choose the PCK solution
.zipfile you downloaded. - Select Next, review the details, then select Import.
- When the import finishes, optionally select Publish all customizations so the components are immediately available.
Step 2: Add your first component (Canvas app)
Section titled “Step 2: Add your first component (Canvas app)”We’ll add the Star Rating component as an example. The steps are the same for other PCK components.
- Open or create a Canvas app in Power Apps Studio.
- On the left, select Insert (the + icon).
- Scroll to the Custom section or select Get more components.
- Find PCK.StarRating (or the component you want) and select it to add it to the screen.
- With the component selected, use the Properties pane on the right to set options (e.g. TotalStars, Value).
- To save the selected rating in your app, set the component’s Value property to a variable or column (e.g.
galRating.Selected.Rating), and use StarRating1.Value in formulas when you need the current value.
Select File → Save and then Publish when you’re ready.
Next steps
Section titled “Next steps”- Use in Canvas apps — Using Components in Canvas Apps: bind properties, read output (e.g.
MaskedInput1.Value), and tips for layout and theme. - Use in Model-Driven apps — Using Components in Model-Driven Apps: add a control to a form column and configure it for Web, Phone, and Tablet.
- Component reference — Browse Components for property tables and usage for each PCK component.