Directory

← Back

emoji-selector

✏️✨ A Polymer paper-input-addon element that adds an emoji keyboard inputs

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/notwaldorf/emoji-selector on 2019-05-10 ]

emoji-selector

emoji-selector is a Polymer custom element that acts as a paper-input suffix (see Polymer.PaperInput) to help you with your emoji shenanigans.

Since you probably don't remember where each emoji is, it ships with a search-for-emoji-keywords feature! ��

selector

Example:

    <paper-input label="needs moar emoji">
      <emoji-selector suffix></emoji-selector>
    </paper-input>

Also works with non <paper-input>s, provided you manually wire up the input:

    <paper-input-container>
      <emoji-selector suffix id="s1"></emoji-selector>
      <label>whoa! textareas!</label>
      <iron-autogrow-textarea class="paper-input-input" id="a1"></iron-autogrow-textarea>
    </paper-input-container>
    
    <script>
      document.getElementById('s1').inputTarget = document.getElementById('a1');
    </script>

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • polymer#Polymer/polymer#^1.0.0
  • paper-styles#PolymerElements/paper-styles#^1.0.0
  • paper-input#PolymerElements/paper-input#^1.0.0
  • paper-menu-button#PolymerElements/paper-menu-button#^1.0.0
  • iron-icon#PolymerElements/iron-icon#^1.0.0
  • paper-tabs#PolymerElements/paper-tabs#^1.0.0
  • iron-pages#PolymerElements/iron-pages#^1.0.0
  • iron-media-query#PolymerElements/iron-media-query#^1.0.0
  • emojilib#~1.0.0
Released
2015-10-30
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Polymer 1.0+
Browser
Browser Independent

emoji-selector - Vaadin Add-on Directory

✏️✨ A Polymer paper-input-addon element that adds an emoji keyboard inputs emoji-selector - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/notwaldorf/emoji-selector](https://github.com//notwaldorf/emoji-selector/blob/v1.1.1/README.md) on 2019-05-10 ]** # emoji-selector �`emoji-selector` is a Polymer custom element that acts as a `paper-input` suffix (see [Polymer.PaperInput](https://github.com/polymerelements/paper-input)) to help you with your emoji shenanigans. Since you probably don't remember where each emoji is, it ships with a search-for-emoji-keywords feature! �� ![selector](https://cloud.githubusercontent.com/assets/1369170/9456986/2bfca090-4a93-11e5-9787-b4c04fbe55db.gif) Example: ```html ``` Also works with non ``s, provided you manually wire up the input: ```html ``` �
Online