Skip to content

Commit 371dd48

Browse files
authored
emoji-input (#112)
2 parents 68577da + 58e2728 commit 371dd48

File tree

5 files changed

+2095
-0
lines changed

5 files changed

+2095
-0
lines changed

power-apps/emoji-input/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Emoji Input
2+
3+
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.
4+
5+
6+
7+
![emoji-input](./assets/emoji-input.gif)
8+
9+
10+
## Authors
11+
12+
Snippet|Author
13+
--------|---------
14+
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )
15+
16+
## Minimal path to awesome
17+
18+
1. Open your canvas app in **Power Apps**
19+
1. Copy the contents of the **[YAML-file](./source/emoji-input.yaml)**
20+
1. Click on the three dots of the screen where you want to add the snippet and select "Paste code"
21+
22+
23+
## Code
24+
**[YAML-file](./source/emoji-input.yaml)**
25+
26+
27+
## Disclaimer
28+
29+
**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.**
30+
31+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/emoji-input" aria-hidden="true" />
2.09 MB
Loading
202 KB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-emoji-input",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-04-29T00:00:00.000Z",
8+
"updateDateTime": "2025-04-29T00:00:00.000Z",
9+
"title": "Keyboard",
10+
"shortDescription": "A emoji search for PowerApps",
11+
"longDescription": [
12+
"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."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/emoji-input/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [
22+
],
23+
"categories": [
24+
],
25+
"metadata": [
26+
{
27+
"key": "Product",
28+
"value": "Power Apps"
29+
},
30+
{
31+
"key": "Type",
32+
"value": "Snippet"
33+
}
34+
],
35+
"thumbnails": [
36+
{
37+
"type": "image",
38+
"order": 100,
39+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/066c2045cf8d0778b401be6696cb699032dd7bfb/power-apps/emoji-input/assets/emoji-input.gif",
40+
"alt": "Preview PNG"
41+
}
42+
],
43+
"authors": [
44+
{
45+
"gitHubAccount": "SteveBourdin",
46+
"name": "Steve Bourdin",
47+
"pictureUrl": "https://github.com/SteveBourdin.png"
48+
}
49+
]
50+
}
51+
52+
]

0 commit comments

Comments
 (0)