panix/wgt-taginput

Widget taginput

Installs: 260

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:pixelion-component

dev-master 2023-10-02 09:08 UTC

This package is auto-updated.

Last update: 2024-03-31 10:06:17 UTC


README

Widget for Yii Framework 2.0

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer require --prefer-dist panix/wgt-taginput "*"

or add

"panix/wgt-taginput": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?php
        $form->field($model, 'text')->widget(TagInput::className(), [
            'options' => [],
        ]);
 ?>