mervick/yii2-emojionearea

Yii2 widget for emojionearea

Installs: 7 173

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 4

Open Issues: 1

Type:yii2-extension

v1.0.0 2016-11-13 11:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:29:20 UTC


README

Yii2 widget for EmojiOne Area

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist mervick/yii2-emojionearea "*"

or add

"mervick/yii2-emojionearea": "*"

to the require section of your composer.json file.

Using

With ActiveForm:

<?= $form->field($model, 'name')->widget(\mervick\emojionearea\Widget::className(), []); ?>

Alone:

<?= \mervick\emojionearea\Widget::widget(['name' => 'example']); ?>