https://github.com/bajrangcoder/emoji_picker
A simple emoji picker
https://github.com/bajrangcoder/emoji_picker
Last synced: 10 months ago
JSON representation
A simple emoji picker
- Host: GitHub
- URL: https://github.com/bajrangcoder/emoji_picker
- Owner: bajrangCoder
- Created: 2025-01-29T11:50:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T04:30:01.000Z (11 months ago)
- Last Synced: 2025-04-15T05:17:47.146Z (10 months ago)
- Language: Rust
- Size: 273 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emoji_picker
> [!WARNING]
> This project is still in development and is not ready for general use.
A simple emoji picker for desktop using dioxus
## To Do
- [x] Add support for searching emojis
- [x] Add better cross platform copy to clipboard support
- [ ] Add recent emojis section
- [ ] Add support for skin tone selection
- [ ] Add support for custom themes
- [ ] Make things more faster
## Preview


### Serving App
Run the following command in the root of project to start developing with the default platform:
```bash
dx serve
```
To run for a different platform, use the `--platform platform` flag. E.g.
```bash
dx serve --platform desktop
```