https://github.com/beastbytes/yii2-ui-widgets
A set of UI widgets implemented using CSS - no js
https://github.com/beastbytes/yii2-ui-widgets
Last synced: 2 months ago
JSON representation
A set of UI widgets implemented using CSS - no js
- Host: GitHub
- URL: https://github.com/beastbytes/yii2-ui-widgets
- Owner: beastbytes
- License: other
- Created: 2020-09-24T16:23:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:37:56.000Z (over 4 years ago)
- Last Synced: 2025-02-03T15:55:00.356Z (4 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UiWidgets
A Yii2 Extension that provides lightweight UI widgets implemented in CSS.For license information see the [LICENSE](LICENSE.md)-file.
Documentation is at [docs/index.md](docs/index.md).
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/yii2-ui-widgets
```or add
```json
'beastbytes/yii2-ui-widgets': '~1.0'
```to the `require` section of your composer.json.