Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions power-apps/power-christmas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Power Christmass

🎄 PowerApps Advent Calendar Component 🎄
Discover the magic of learning with my brand‑new PowerApps Advent Calendar!
This custom component brings festive spirit into your apps while delivering 24 exclusive tips and tricks dedicated entirely to PowerApps.
Each day unlocks a new insight—ranging from clever design hacks and productivity boosters to advanced techniques that empower makers and delight users. Whether you’re a beginner or an experienced developer, the calendar offers a playful yet practical way to expand your skills step by step.
✨ Highlights:
- Interactive calendar design with daily surprises
- 24 pedagogical tips crafted for PowerApps enthusiasts
- Perfect for communities, workshops, and self‑learning journeys
- A creative blend of fun and functionality
Bring joy, knowledge, and innovation together in one engaging component. With the PowerApps Advent Calendar, every day is a chance to learn something new and celebrate the power of low‑code!


![power-christmass](./assets/power-christmass.gif)


## Authors

Snippet|Author
--------|---------
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )

## Minimal path to awesome

1. Open your canvas app in **Power Apps**
2. Copy the contents of the **[YAML-file](./source/power-christmass.yaml)**
3. Paste the code on a blank screen


## Code
**[YAML-file](./source/power-christmass.yaml)**


## Disclaimer

**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.**

<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/power-christmass" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions power-apps/power-christmas/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-snippets-power-christmass",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2025-04-29T00:00:00.000Z",
"updateDateTime": "2025-04-29T00:00:00.000Z",
"title": "Keyboard",
"shortDescription": "A festive custom component with 24 daily tips to boost your PowerApps skills—fun, practical, and inspiring!",
"longDescription": [
"A festive custom component with 24 daily tips to boost your PowerApps skills—fun, practical, and inspiring!"
],
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/power-christmass/",
"products": [
"Power Platform",
"Power Apps",
"powerplatform-snippets",
"power-apps-snippets"
],
"tags": [
],
"categories": [
],
"metadata": [
{
"key": "Product",
"value": "Power Apps"
},
{
"key": "Type",
"value": "Snippet"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerplatform-snippets/blob/6c4509330c0af3b99357cac99d6a64255ac51a3d/power-apps/power-christmas/assets/power-christmas.gif",
"alt": "Preview PNG"
}
],
"authors": [
{
"gitHubAccount": "SteveBourdin",
"name": "Steve Bourdin",
"pictureUrl": "https://github.com/SteveBourdin.png"
}
]
}

]
424 changes: 424 additions & 0 deletions power-apps/power-christmas/source/power-christmas.yaml

Large diffs are not rendered by default.