Download the PHP package beastbytes/yii2-csswidgets without Composer
On this page you can find all versions of the php package beastbytes/yii2-csswidgets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-csswidgets
yii2-csswidgets
Yii2 Extension that provides UI widgets implemented in CSS only.
These widgets are an alternative to JUI widgets.
For license information see the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json.
Usage
Accordion
Modal
Accordion
## CSS Assets
Each widget has a Base Asset, e.g. _BaseAccordionAsset.php_; this publishes the CSS that controls the widget's behaviour. The view should publish the asset that provides the skin for the widget - the default is _<Widget>Asset.php_, e.g. _AccordionAsset.php_. To change the look of the widgets either edit the included CSS asset files, e.g. _Accordion.css_ - do *not* edit the base CSS file, e.g. _BaseAccordion.css_. Alernatively provide your own <Widget>Asset file; this should declare the _Base<Widget>Asset.php_ as a dependancy to inherit the widget behaviour.
All versions of yii2-csswidgets with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package beastbytes/yii2-csswidgets contains the following files
Loading the files please wait ....