sunlab/wn-emojipicker-plugin

An Emoji Picker form widget

Installs: 20

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Language:JavaScript

Type:winter-plugin

v1.0.1 2021-05-03 10:53 UTC

This package is auto-updated.

Last update: 2024-04-29 04:34:18 UTC


README

This plugin allows you to search emoji through an API.
Once you've added the emoji picker form widget to your form:

  • use it to search emoji by keywords
  • click on the emoji you want to copy
  • paste it to the field you want

emoji-picker

Requirements

To use this plugin, you'll need to create an API key from Emoji-API.com and fill your credentials on the backend settings

Installation

composer require sunlab/wn-emojipicker-plugin

How to use

When you want to display the widget, just use it in your fields.yaml file.
Because this field is not intended to receive or return any value, you need to prefix it by an underscore :

form:
    fields:
        _emoji:
            label: Emoji Picker
            type: emojipicker