kilyakus / yii2-widget-scroller
Package info
github.com/Kilyakus/yii2-widget-scroller
Language:JavaScript
Type:yii2-extension
pkg:composer/kilyakus/yii2-widget-scroller
dev-master
2021-04-01 17:24 UTC
Requires
This package is auto-updated.
Last update: 2026-03-01 00:30:13 UTC
README
use kilyalus\button\Button;
echo Button::widget([
'title' => 'label',
'icon' => 'fa fa-cog',
'iconPosition' => Button::ICON_POSITION_LEFT,
'type' => Button::TYPE_PRIMARY,
'size' => Button::SIZE_MINI,
'disabled' => false,
'block' => false,
'outline' => true,
'hover' => true,
'circle' => true,
'options' => [
'type' => 'submit'
],
])