Socket
Socket
Sign inDemoInstall

angular2-emoji-picker

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-emoji-picker

Emoji picker for angular2+


Version published
Weekly downloads
72
decreased by-2.7%
Maintainers
2
Weekly downloads
 
Created
Source

Emoji picker for Angular

This project was forked from the EmojiPanel project created by DanBovey

It's pretty basic right now, not very customizable but propagates necessary emoji selection events and comes with basic search and category selection functionalities.

Demo

Usage:

import { EmojiPickerModule } from 'angular-emoji-picker';

@NgModule({
  ...
  imports: [
    EmojiPickerModule.forRoot()
  ],
  ...
})
export class AppModule {}

Directive API:

<i
    (click)="toggled = !toggled"
    emojiPickerAnchor
    [(emojiPickerIf)]="toggled"
    (emojiPickerSelect)="handleSelection($event)">😄</i>

(emojiPickerSelect)="handleSelection($event)"

$event = ["😌", "relieved"]

Emoji Picker will get placed below the anchor, centered and within window borders

Keywords

FAQs

Package last updated on 17 Apr 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc