panix / wgt-taginput
Widget taginput
Installs: 267
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:pixelion-component
This package is auto-updated.
Last update: 2024-10-31 00:17:02 UTC
README
Widget for Yii Framework 2.0
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' => [], ]); ?>