This is a funny Christmas sample project
- What is Power Apps?
- Get tooling for Power Apps component framework
- Create and build a code component
- Add code components to a field or entity in model-driven apps
- Add components to a canvas app
Please follow the microsoft Gide https://docs.microsoft.com/en-us/powerapps/developer/component-framework/get-powerapps-cli
To build and start using these projects, you'll need to clone and build the projects.
Clone this repository by executing the following command in your console:
git clone https://github.com/petkir/PowerAppChristmasControl
Navigate to the cloned repository folder which should be the same as the repository name:
Now run the following command to install the npm packages:
npm install
This will install the required npm packages and dependencies to build and run the project.
Once the npm packages are installed, run the following command to preview your custom control
npm start
Please follow this link https://docs.microsoft.com/en-us/powerapps/developer/component-framework/import-custom-controls
Please follow this link https://docs.microsoft.com/en-us/powerapps/developer/component-framework/component-framework-for-canvas-apps
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.