kilyakus / yii2-widget-scroller

安装: 3

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

语言:JavaScript

类型:yii2-extension

dev-master 2021-04-01 17:24 UTC

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'
	],
])