Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
ember-emojipalette
Advanced tools
To display an emoji palette for usage within your applications
view demo here.
ember install ember-emojipalette
# or
npm install ember-emojipalette
emoji-palette
within your ember applicationselectedEmoji
is binded to a property of the component in your application.{{emoji-palette selectedEmoji=emoji}}
This addon by default displays category and does not allow infinite scroll
if you wish not to display categories and allow infinite scrolls pass hideCategories=true
to the emoji-palette
component. (by default it is set to false
)
{{ember-emojipalette selectedEmoji=emoji hideCategories=true}}
searchEnabled
attribute (by default it is set to false
) {{ember-emojipalette selectedEmoji=emoji searchEnabled=true}}
excludeCategories
key to specify them. Value should be an array of category keys that you do not want to show. {{ember-emojipalette selectedEmoji=emoji excludeCategories=excludeCategories}}
excludeCategories = ['people', 'flag']
/** List of category keys
* people
* nature
* food
* activity
* travel
* object
* symbol
* flag
*/
{{ember emojipalette selectedEmoji=emoji emojiVersion="9"}}
here you can find more about emoji versions
closeOnBackdropClick=true
.onClose
action can be used to perform the actions before closing the palette {{ember emojipalette
selectedEmoji=emoji
emojiVersion="9"
closeOnBackdropClick=true
onClose=(action "closeAction")
}}
git clone git@github.com:uchihamalolan/ember-emojipalette.git
cd ember-emojipalette
npm install
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versionsember serve
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.
FAQs
A Complete Emoji Palette for ember applications
We found that ember-emojipalette demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.