Directory

← Back

emoji-selector

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

Author

Contributors

Rating

[ 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
Online