ui
ui copied to clipboard
YII2 IMPLEMENTATION
I had install in yii2-basic ... how can i implement all widgets after register in app like this
if (class_exists('ramosisw\CImaterial\web\MaterialAsset')) { ramosisw\CImaterial\web\MaterialAsset::register($this); }
How to implement menu, tables, and all widgets in yii2 .... do you have some examples it will be very helpul for them who are deciding to use this themes in yii2.