dynamikaweb / yii2-vlibras-widget
Widget to use the Brazilian tool vlibras anywhere in the view in yii2
Installs: 343
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Language:JavaScript
Type:yii2-extension
Requires
- php: >=7.0
- yiisoft/yii2: *
README
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require dynamikaweb/yii2-vlibras-widget "*"
or add
"dynamikaweb/yii2-vlibras-widget": "*"
to the require
section of your composer.json
file.
Usage
in layout file
use dynamikaweb\vlibras\Vlibras; Vlibras::widget();
This project is under LGPL-3.0-only license.