beastbytes / yii2-ui-widgets
Yii2 Extension that provides a set of UI widgets in CSS
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-25 19:22:13 UTC
README
A Yii2 Extension that provides lightweight UI widgets implemented in CSS.
For license information see the LICENSE-file.
Documentation is at docs/index.md.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/yii2-ui-widgets
or add
'beastbytes/yii2-ui-widgets': '~1.0'
to the require
section of your composer.json.