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
33 changes: 33 additions & 0 deletions power-apps/country-color-map/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Country Color Map

Emoji Input is a smart emoji search tool built in PowerApps. It lets users quickly find emojis by typing keywords, with instant filtering and organized results by category. Perfect for adding personality to forms, chats, or custom apps.



![emoji-input](./assets/country-color-map.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/country-color-map.yaml)**
3. Go to the component Screen
4. Click on the three dots of the screen where you want to add the snippet and select "Paste code"

If you want a exemple to paste to the canvas screen, you can paste this exemple : **[Exemple-File](./source/canvas_exemple.yaml)**

## Code
**[YAML-file](./source/country-color-map.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/country-color-map" 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/country-color-map/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-country-color-map",
"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 customizable world map component for PowerApps that lets you dynamically color countries based on data—perfect",
"longDescription": [
"A customizable world map component for PowerApps that lets you dynamically color countries based on data—perfect for visualizing global statistics like temperature, pollution, or population density."
],
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/country-color-map/",
"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://raw.githubusercontent.com/pnp/powerplatform-snippets/47e998344416e79ff1eaff347e577cdfc39f598c/power-apps/country-color-map/assets/country-color-map.png",
"alt": "Preview PNG"
}
],
"authors": [
{
"gitHubAccount": "SteveBourdin",
"name": "Steve Bourdin",
"pictureUrl": "https://github.com/SteveBourdin.png"
}
]
}

]
Loading