kilyakus / yii2-widget-scroller
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2025-03-01 00:23:31 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'
],
])