kilyakus / yii2-widget-scroller
dev-master
2021-04-01 17:24 UTC
Requires
This package is auto-updated.
Last update: 2024-09-29 05:42:34 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'
],
])