An open API service indexing awesome lists of open source software.

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

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.